예제 #1
0
파일: Tracker.cs 프로젝트: xcrash/NBitcoin
			public static string GetId(Script scriptPubKey)
			{
				return "s-" + scriptPubKey.ToHex();
			}