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