Export

Tx

interface Tx {
    chain?: string;
    coins: Coin[];
    from_address?: string;
    gas: Coin[];
    id?: string;
    memo?: string;
    to_address?: string;
}

Properties

chain?: string

Memberof

Tx

coins: Coin[]

Memberof

Tx

from_address?: string

Memberof

Tx

gas: Coin[]

Memberof

Tx

id?: string

Memberof

Tx

memo?: string

Memberof

Tx

to_address?: string

Memberof

Tx

Generated using TypeDoc