Module tetcore_subxt::contracts [−][src]
Implements support for the noble_contracts module.
Structs
| CallCall | Makes a call to an account, optionally transferring some balance. |
| CodeStoredEvent | Code stored event. |
| ContractExecutionEvent | Contract execution event. |
| InstantiateCall | Creates a new contract from the |
| InstantiatedEvent | Instantiated event. |
| PutCodeCall | Stores the given binary Wasm code into the chain’s storage and returns
its |
Traits
| CallCallExt | Call extension trait. |
| CodeStoredEventExt | Event extension trait. |
| ContractExecutionEventExt | Event extension trait. |
| Contracts | The subset of the |
| ContractsEventsDecoder |
|
| InstantiateCallExt | Call extension trait. |
| InstantiatedEventExt | Event extension trait. |
| PutCodeCallExt | Call extension trait. |
Type Definitions
| Gas | Gas units are chosen to be represented by u64 so that gas metering instructions can operate on them efficiently. |