interface TxPlanCreate {
    duration: undefined | Duration;
    fee?: number | StdFee | "auto";
    from: string;
    gigabytes: Long;
    memo?: string;
    prices: Coin[];
}

Hierarchy (view full)

Properties

duration: undefined | Duration
fee?: number | StdFee | "auto"
from: string
gigabytes: Long
memo?: string
prices: Coin[]

Generated using TypeDoc