OBJECT

CreateSubWalletResponse

link GraphQL Schema definition

  • type CreateSubWalletResponse {
  • # Unique id for the subWallet
  • subWalletId: String!
  • # The receive address details of the newly created subWallet
  • receiveAddressDetails: AddressPublicKeyProvenance!
  • }

link Require by