Skip to main content

Interfaces

Crypto

Defined in: _vendor/api/types/CreateDepositDestinationRequest.ts:11

Extends

Properties

accountId
accountId: string;
Defined in: _vendor/api/types/CreateCryptoDepositDestinationRequest.ts:7 The ID of the Account, which is a UUID prefixed by the string account_, that owns the deposit destination.
Inherited from
CreateCryptoDepositDestinationRequest.accountId
crypto
crypto: CreateDepositDestinationCrypto;
Defined in: _vendor/api/types/CreateCryptoDepositDestinationRequest.ts:11 Crypto-specific details. Required when type is crypto.
Inherited from
CreateCryptoDepositDestinationRequest.crypto
metadata?
optional metadata: Metadata;
Defined in: _vendor/api/types/CreateCryptoDepositDestinationRequest.ts:9
Inherited from
CreateCryptoDepositDestinationRequest.metadata
target?
optional target: DepositDestinationTargetAccount;
Defined in: _vendor/api/types/CreateCryptoDepositDestinationRequest.ts:8
Inherited from
CreateCryptoDepositDestinationRequest.target
type
type: "crypto";
Defined in: _vendor/api/types/CreateDepositDestinationRequest.ts:12