Type alias FullAccountBalanceFragment
FullAccountBalanceFragment: {
__typename?: "AccountBalance";
account: {
__typename?: "Account";
accountId: string;
id: string;
marketId?: number | null;
poolId?: number | null;
};
assetId: string;
balance: any;
id: string;
}
Type declaration
-
Optional
__typename?: "AccountBalance"
-
account: {
__typename?: "Account";
accountId: string;
id: string;
marketId?: number | null;
poolId?: number | null;
}
-
Optional
__typename?: "Account"
-
accountId: string
-
id: string
-
Optional
marketId?: number | null
-
Optional
poolId?: number | null
-
assetId: string
-
balance: any
-
id: string