Interface TxContext

TxContext is the transaction context for a SignDoc that is independent from the transaction payload.

interface TxContext {
    chain: Chain;
    fee: Fee;
    memo: string;
    sender: Sender;
}

Properties

Properties

chain: Chain
fee: Fee
memo: string
sender: Sender