OBJECT

UserWallet

Deprecated as of 31st March 2020 along with UserWallet

link GraphQL Schema definition

  • type UserWallet {
  • # Get the users accounts (wallets) no balance info - lightweight
  • #
  • # Arguments
  • # walletFilter:
  • getAccounts(walletFilter: WalletFilter): [Account]!
  • # Get the updated status of the transaction
  • #
  • # Arguments
  • # transactionId:
  • getTransactionInfo(transactionId: String!): TransactionResponse
  • }

link Require by