interface MsgSendParams {
    amount: SecretJS.Tx.Coin[];
    from_address: string;
    to_address: string;
}

Hierarchy (view full)

Properties

amount: SecretJS.Tx.Coin[]
from_address: string
to_address: string

Generated using TypeDoc