interface TxNodeSubscribe {
    denom?: string;
    fee?: number | StdFee | "auto";
    from: string;
    gigabytes?: Long;
    hours?: Long;
    memo?: string;
    nodeAddress: string;
}

Hierarchy (view full)

Properties

denom?: string
fee?: number | StdFee | "auto"
from: string
gigabytes?: Long
hours?: Long
memo?: string
nodeAddress: string

Generated using TypeDoc