public enum InteropServiceCode extends java.lang.Enum<InteropServiceCode>
| Modifier and Type | Method and Description |
|---|---|
static long |
getCheckMultiSigPrice(int nrOfSignatures) |
java.lang.String |
getCode()
Gets the short hash of the code's name as a little endian hex string.
|
byte[] |
getCodeBytes()
Gets the short hash of the code's name as a little endian byte array.
|
long |
getPrice() |
static long |
getStoragePrice(int byteSize) |
java.lang.String |
toString() |
static InteropServiceCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteropServiceCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InteropServiceCode NEO_ACCOUNT_ISSTANDARD
public static final InteropServiceCode NEO_CONTRACT_CREATE
public static final InteropServiceCode NEO_CONTRACT_GETSCRIPT
public static final InteropServiceCode NEO_CONTRACT_ISPAYABLE
public static final InteropServiceCode NEO_CONTRACT_UPDATE
public static final InteropServiceCode NEO_CRYPTO_CHECKMULTISIG
public static final InteropServiceCode NEO_CRYPTO_CHECKSIG
public static final InteropServiceCode NEO_ENUMERATOR_CONCAT
public static final InteropServiceCode NEO_ENUMERATOR_CREATE
public static final InteropServiceCode NEO_ENUMERATOR_NEXT
public static final InteropServiceCode NEO_ENUMERATOR_VALUE
public static final InteropServiceCode NEO_HEADER_GETMERKLEROOT
public static final InteropServiceCode NEO_HEADER_GETNEXTCONSENSUS
public static final InteropServiceCode NEO_HEADER_GETVERSION
public static final InteropServiceCode NEO_ITERATOR_CONCAT
public static final InteropServiceCode NEO_ITERATOR_CREATE
public static final InteropServiceCode NEO_ITERATOR_KEY
public static final InteropServiceCode NEO_ITERATOR_KEYS
public static final InteropServiceCode NEO_ITERATOR_VALUES
public static final InteropServiceCode NEO_JSON_DESERIALIZE
public static final InteropServiceCode NEO_JSON_SERIALIZE
public static final InteropServiceCode NEO_NATIVE_DEPLOY
public static final InteropServiceCode NEO_STORAGE_FIND
public static final InteropServiceCode NEO_TRANSACTION_GETSCRIPT
public static final InteropServiceCode NEO_TRANSACTION_GETWITNESSES
public static final InteropServiceCode NEO_WITNESS_GETVERIFICATIONSCRIPT
public static final InteropServiceCode SYSTEM_BLOCK_GETTRANSACTION
public static final InteropServiceCode SYSTEM_BLOCK_GETTRANSACTIONCOUNT
public static final InteropServiceCode SYSTEM_BLOCK_GETTRANSACTIONS
public static final InteropServiceCode SYSTEM_BLOCKCHAIN_GETBLOCK
public static final InteropServiceCode SYSTEM_BLOCKCHAIN_GETCONTRACT
public static final InteropServiceCode SYSTEM_BLOCKCHAIN_GETHEADER
public static final InteropServiceCode SYSTEM_BLOCKCHAIN_GETHEIGHT
public static final InteropServiceCode SYSTEM_BLOCKCHAIN_GETTRANSACTION
public static final InteropServiceCode SYSTEM_BLOCKCHAIN_GETTRANSACTIONHEIGHT
public static final InteropServiceCode SYSTEM_CONTRACT_CALL
public static final InteropServiceCode SYSTEM_CONTRACT_DESTROY
public static final InteropServiceCode SYSTEM_CRYPTO_VERIFY
public static final InteropServiceCode SYSTEM_EXECUTIONENGINE_GETCALLINGSCRIPTHASH
public static final InteropServiceCode SYSTEM_EXECUTIONENGINE_GETENTRYSCRIPTHASH
public static final InteropServiceCode SYSTEM_EXECUTIONENGINE_GETEXECUTINGSCRIPTHASH
public static final InteropServiceCode SYSTEM_EXECUTIONENGINE_GETSCRIPTCONTAINER
public static final InteropServiceCode SYSTEM_HEADER_GETHASH
public static final InteropServiceCode SYSTEM_HEADER_GETINDEX
public static final InteropServiceCode SYSTEM_HEADER_GETPREVHASH
public static final InteropServiceCode SYSTEM_HEADER_GETTIMESTAMP
public static final InteropServiceCode SYSTEM_RUNTIME_CHECKWITNESS
public static final InteropServiceCode SYSTEM_RUNTIME_DESERIALIZE
public static final InteropServiceCode SYSTEM_RUNTIME_GETINVOCATIONCOUNTER
public static final InteropServiceCode SYSTEM_RUNTIME_GETNOTIFICATIONS
public static final InteropServiceCode SYSTEM_RUNTIME_GETTIME
public static final InteropServiceCode SYSTEM_RUNTIME_GETTRIGGER
public static final InteropServiceCode SYSTEM_RUNTIME_LOG
public static final InteropServiceCode SYSTEM_RUNTIME_NOTIFY
public static final InteropServiceCode SYSTEM_RUNTIME_PLATFORM
public static final InteropServiceCode SYSTEM_RUNTIME_SERIALIZE
public static final InteropServiceCode SYSTEM_STORAGE_DELETE
public static final InteropServiceCode SYSTEM_STORAGE_GET
public static final InteropServiceCode SYSTEM_STORAGE_GETCONTEXT
public static final InteropServiceCode SYSTEM_STORAGE_GETREADONLYCONTEXT
public static final InteropServiceCode SYSTEM_STORAGE_PUT
public static final InteropServiceCode SYSTEM_STORAGE_PUTEX
public static final InteropServiceCode SYSTEM_STORAGECONTEXT_ASREADONLY
public static final InteropServiceCode SYSTEM_TRANSACTION_GETHASH
public static InteropServiceCode[] values()
for (InteropServiceCode c : InteropServiceCode.values()) System.out.println(c);
public static InteropServiceCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getCode()
public byte[] getCodeBytes()
public long getPrice()
public static long getCheckMultiSigPrice(int nrOfSignatures)
public static long getStoragePrice(int byteSize)
public java.lang.String toString()
toString in class java.lang.Enum<InteropServiceCode>