AddInt32 |
An implmentation of Transform that Adds the given `i32`
|
AddKeys |
An implmentation of Transform that Adds the given collection of named keys.
|
AddUInt128 |
An implmentation of Transform that Adds the given `u128`
|
AddUInt256 |
An implmentation of Transform that Adds the given `u256`
|
AddUInt512 |
An implmentation of Transform that Adds the given `u512`
|
AddUInt64 |
An implmentation of Transform that Adds the given `u64`
|
Failure |
An implmentation of Transform that gives details about a failed transformation,
containing an error message
|
WriteAccount |
An implmentation of Transform that Writes the given Account to global state.
|
WriteBid |
An implmentation of Transform that Writes the given Bid to global state.
|
WriteCLValue |
An implmentation of Transform that Writes the given CLValue to global state.
|
WriteDeployInfo |
An implmentation of Transform that Writes the given DeployInfo to global state.
|
WriteEraInfo |
An implmentation of Transform that Writes the given EraInfo to global state.
|
WriteTransfer |
An implmentation of Transform that Writes the given Transfer to global state.
|
WriteWithdraw |
An implmentation of Transform that Writes the given Withdraw to global state.
|