GetSigOpCount, SetDestination, SetMultiSig + new stubs
[NovacoinLibrary.git] / Novacoin / CKeyID.cs
diff --git a/Novacoin/CKeyID.cs b/Novacoin/CKeyID.cs
new file mode 100644 (file)
index 0000000..925c0d0
--- /dev/null
@@ -0,0 +1,12 @@
+\feffusing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Novacoin
+{
+    public class CKeyID : Hash160
+    {
+    }
+}