CreateSubWalletResponse
No description
type CreateSubWalletResponse {
subWalletId: String!
receiveAddressDetails: AddressPublicKeyProvenance!
}
Fields
CreateSubWalletResponse.subWalletId ● String! non-null scalar
Unique id for the subWallet
CreateSubWalletResponse.receiveAddressDetails ● AddressPublicKeyProvenance! non-null object
The receive address details of the newly created subWallet
Returned By
createSubWallet mutation