[][src]Module tmkms::tx_signer

Transaction signer.

Connects to a remote service to obtain transactions to sign, and if they meet a prescribed policy, signs them.

Re-exports

pub use tx_request::TxSigningRequest;

Modules

jsonrpc

Support for fetching transaction signing requests via a simple JSONRPC protocol.

sequence_file

File for storing the current transaction sequence

tx_request

Transaction signing requests

Structs

TxSigner

Transaction signer

Constants

RETRY_DELAY

Frequency at which to retry after failures

RPC_POLL_INTERVAL

RPC polling interval