Interface EscrowGovernanceStatus

Hierarchy

  • EscrowGovernanceStatus

Properties

balance: bigint
currentRound?: number
isOnline: boolean
status?: {
    beneficiaryAddress?: string;
    commitment: bigint;
    version: number;
    xGovControlAddress?: string;
}

Type declaration

  • Optional beneficiaryAddress?: string
  • commitment: bigint
  • version: number
  • Optional xGovControlAddress?: string

Generated using TypeDoc