| Interface | Description |
|---|---|
| ApiInterface |
| Class | Description |
|---|---|
| ContractInterface |
Base class for contract interfaces that give convenient access to a deployed contract's methods.
|
| Helper |
Provides helper methods to be used in a smart contract.
|
| List<T> |
An ordered list of elements with the same type.
|
| Map<K,V> |
A NeoVM-specific map for mapping keys to values of any NeoVM-compatible types.
|
| StringLiteralHelper |
Offers a few methods that take string literals and convert them to byte arrays, script hashes, or
integers.
|