Type Alias GetGpBalanceResponse

GetGpBalanceResponse: {
    availableBalance: string;
    frozenBalance: string;
    totalBalance: string;
}