parent
84bf87df52
commit
b8d82b49ec
6 changed files with 38 additions and 0 deletions
|
@ -35,6 +35,7 @@ var syscalls = map[string]map[string]Syscall{
|
|||
"ECDSASecp256k1CheckMultisig": {"Neo.Crypto.CheckMultisigWithECDsaSecp256k1", false},
|
||||
"ECDsaSecp256r1Verify": {"Neo.Crypto.VerifyWithECDsaSecp256r1", false},
|
||||
"ECDSASecp256r1CheckMultisig": {"Neo.Crypto.CheckMultisigWithECDsaSecp256r1", false},
|
||||
"RIPEMD160": {"Neo.Crypto.RIPEMD160", false},
|
||||
},
|
||||
"enumerator": {
|
||||
"Concat": {"System.Enumerator.Concat", false},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue