The document to be signed

interface StdSignDoc {
    account_number: string;
    chain_id: string;
    fee: StdFee;
    memo: string;
    msgs: readonly AminoMsg[];
    sequence: string;
    timeout_height?: string;
}

Properties

account_number: string
chain_id: string
fee: StdFee
memo: string
msgs: readonly AminoMsg[]
sequence: string
timeout_height?: string