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

Hierarchy (view full)

  • NodeUpdateDetails
  • TxParams
    • TxNodeUpdateDetails

Properties

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

Generated using TypeDoc