Skip to main content

CreateSubWalletInput

CreateSubWallet

input CreateSubWalletInput {
authentication: AuthenticationInput
walletId: String!
type: SubWalletType!
name: String!
}

Fields

CreateSubWalletInput.authentication ● AuthenticationInput input

The authentication tokens for the user

CreateSubWalletInput.walletId ● String! non-null scalar

Unique id for the HD wallet

CreateSubWalletInput.type ● SubWalletType! non-null enum

Name of the asset (i.e BTC / ETH)

CreateSubWalletInput.name ● String! non-null scalar

Name of the subWallet (i.e BTC / ETH)

Member Of

createSubWallet mutation