Crate ink_revive_types

Crate ink_revive_types 

Source

Modules§

evm

Structs§

Bytes
Vec<u8> wrapper type for encoding and decoding hex strings
CodeUploadReturnValue
The result of successfully uploading a contract.
ContractResult
Result type of a bare_call or bare_instantiate call as well as ContractsApi::call and ContractsApi::instantiate.
ExecConfig
Stack wide configuration options.
ExecReturnValue
Output of a contract call or instantiation which ran to completion.
InstantiateReturnValue
The result of a successful contract instantiation.

Enums§

StorageDeposit
The amount of balance that was either charged or refunded in order to pay for storage.

Type Aliases§

CodeUploadResult
Result type of a bare_code_upload call.