interface TxNodeRegister {
    fee?: number | StdFee | "auto";
    from: string;
    gigabytePrices: Coin[];
    hourlyPrices: Coin[];
    memo?: string;
    remoteUrl: string;
}

Hierarchy (view full)

Properties

fee?: number | StdFee | "auto"
from: string
gigabytePrices: Coin[]
hourlyPrices: Coin[]
memo?: string
remoteUrl: string

Generated using TypeDoc