Skip to content

Lack of account #680

Description

@satonio-sorare

{
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions