INPUT_OBJECT

CreateSubWalletInput

link GraphQL Schema definition

  • input CreateSubWalletInput {
  • # The authentication tokens for the user which to submit the transaction for
  • # signature
  • authentication: AuthenticationInput
  • # Unique id for the HD wallet
  • walletId: String!
  • # Name of the asset (i.e BTC / ETH)
  • type: SubWalletType!
  • # Name of the subWallet (i.e BTC / ETH
  • name: String!
  • }

link Require by