interface TxPlanUpdateStatus {
    fee?: number | StdFee | "auto";
    from: string;
    id: Long;
    memo?: string;
    status: Status;
}

Hierarchy (view full)

  • PlanUpdateStatus
  • TxParams
    • TxPlanUpdateStatus

Properties

Properties

fee?: number | StdFee | "auto"
from: string
id: Long
memo?: string
status: Status

Generated using TypeDoc