CreateBitcoinAddressInput
No description
input CreateBitcoinAddressInput {
authentication: AuthenticationInput
addressType: BitcoinAddressType
addressUsageType: BitcoinAddressUsage
subWalletIdString: String!
}
Fields
CreateBitcoinAddressInput.authentication ● AuthenticationInput input
The authentication tokens for the user
CreateBitcoinAddressInput.addressType ● BitcoinAddressType enum
Only COMPATABILITY IS SUPPORTED
CreateBitcoinAddressInput.addressUsageType ● BitcoinAddressUsage enum
Only Receive is supported
CreateBitcoinAddressInput.subWalletIdString ● String! non-null scalar
The unique identifier for the subWallet you wish to send this transaction from
Member Of
createBitcoinAddress mutation