Crate ink_revive_types
Source - evm
- 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.
- StorageDeposit
- The amount of balance that was either charged or refunded in order to pay for storage.
- CodeUploadResult
- Result type of a
bare_code_upload call.