We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebc146 commit 33c6ca4Copy full SHA for 33c6ca4
1 file changed
src/Neo.SmartContract.Framework/Native/ContractManagement.cs
@@ -22,6 +22,7 @@ public class ContractManagement
22
public static extern UInt160 Hash { get; }
23
public static extern long GetMinimumDeploymentFee();
24
public static extern Contract GetContract(UInt160 hash);
25
+ public static extern bool HasMethod(UInt160 hash, string method, int pcount);
26
public static extern Contract Deploy(ByteString nefFile, string manifest);
27
public static extern Contract Deploy(ByteString nefFile, string manifest, object data);
28
public static extern void Update(ByteString nefFile, string manifest);
0 commit comments