[][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.

last_tx

State of the last transaction signed by a particular signer

sequence_file

File for storing the current transaction sequence

sign_msg

String representation of a message to be signed

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