[−][src]Module frame_system::offchain
Module helpers for offchain calls.
Structs
| TransactionSubmitter | A default type used to submit transactions to the pool. |
Traits
| CreateTransaction | Creates a runtime-specific signed transaction. |
| Signer | A trait responsible for signing a payload using given account. |
| SubmitSignedTransaction | A trait to sign and submit transactions in offchain calls. |
| SubmitUnsignedTransaction | A trait to submit unsigned transactions in off-chain calls. |