interface TxSessionStart {
    address: string;
    fee?: number | StdFee | "auto";
    from: string;
    id: Long;
    memo?: string;
}

Hierarchy (view full)

Properties

Properties

address: string
fee?: number | StdFee | "auto"
from: string
id: Long
memo?: string

Generated using TypeDoc