Types
Modules
- Binary Extension
- Contract Defines contract type which is base class for every EOSIO contract.
- Public Key Type Specifies public key type.
- Public Key Type Specifies signature type.
- Fixed Size Byte Array Fixed size array of bytes sorted lexicographically.
- Fixed Size Key Fixed size key sorted lexicographically for Multi Index Table.
- Fixed Point 32,64,128,256 bits version of fixed point variables
- Name EOSIO Types.
- Producer_schedule Defines both the order, account name, and signing keys of the active set of producers.
- Variable Length Integer Type Defines variable length integer type which provides more efficient serialization /.
Classes
Type | Name |
---|---|
class | eosio::binary_extension container to hold a binary payload for an extension |
class | eosio::fixed_bytes Fixed size array of bytes sorted lexicographically. |
struct | eosio::producer_key Maps producer with its signing key. |