interface Balance {
    balance: WalletBalance;
    id: string;
    success: true;
    type: "BALANCE";
}

Hierarchy (View Summary)

Properties

Properties

balance: WalletBalance
id: string
success: true
type: "BALANCE"