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

Hierarchy (view full)

  • NodeUpdateDetails
  • TxParams
    • TxNodeUpdateDetails

Properties

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

Generated using TypeDoc