Skip to content

Lack of account #680

@satonio-sorare

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.

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