-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
{
currentUser {
myAccounts {
accountable {
... on PrivateFiatWalletAccount {
id
fiatBalance: availableBalance
fiatTotal: totalBalance
publicInfo {
currency
}
}
... on StarkwarePrivateAccount {
id
weiBalance: availableBalance
weiTotal: totalBalance
}
... on PrivateEmptyAccount {
id
}
}
}
}
}
You won't get any info about any other account in the new EthereumBank, it just get the privateEmptyAccount with id something like EthereumAccount:XXXXXXXXXX
there are no other Private****Account that can be received with that query as those are the only defined.
Metadata
Metadata
Assignees
Labels
No labels