OBJECT

SubWalletId

link GraphQL Schema definition

  • type SubWalletId {
  • # The HD wallet id
  • id: String!
  • # The subwallet type
  • type: SubWalletType!
  • # The HD wallet index of the subwallet
  • index: Int!
  • }