interface TxPlanCreate {
    fee?: number | StdFee | "auto";
    from: string;
    gigabytes: Long;
    hours: Long;
    memo?: string;
    prices: Price[];
    private: boolean;
}

Hierarchy (view full)

Properties

fee?: number | StdFee | "auto"
from: string
gigabytes: Long
hours: Long
memo?: string
prices: Price[]
private: boolean

Generated using TypeDoc