interface TxNodeStartSession {
    fee?: number | StdFee | "auto";
    from: string;
    gigabytes?: Long;
    hours?: Long;
    maxPrice?: Price;
    memo?: string;
    nodeAddress: string;
}

Hierarchy (view full)

  • NodeStartSession
  • TxParams
    • TxNodeStartSession

Properties

fee?: number | StdFee | "auto"
from: string
gigabytes?: Long
hours?: Long
maxPrice?: Price
memo?: string
nodeAddress: string

Generated using TypeDoc