UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

20 lines 1.19 kB
/** * @module DepositDestinations */ export * from "../_vendor/api/types/CreateCryptoDepositDestinationRequest.js"; export * from "../_vendor/api/types/CreateDepositDestinationCrypto.js"; export * from "../_vendor/api/types/CreateDepositDestinationRequest.js"; export * from "../_vendor/api/types/CryptoDepositDestination.js"; export * from "../_vendor/api/types/DepositDestination.js"; export * from "../_vendor/api/types/DepositDestinationCrypto.js"; export * from "../_vendor/api/types/DepositDestinationId.js"; export * from "../_vendor/api/types/DepositDestinationReference.js"; export * from "../_vendor/api/types/DepositDestinationStatus.js"; export * from "../_vendor/api/types/DepositDestinationTarget.js"; export * from "../_vendor/api/types/DepositDestinationTargetAccount.js"; export * from "../_vendor/api/types/DepositDestinationType.js"; export * from "../_vendor/api/types/DepositTravelRuleBeneficiary.js"; export * from "../_vendor/api/types/DepositTravelRuleOriginator.js"; export * from "../_vendor/api/types/DepositTravelRuleResponse.js"; export * from "../_vendor/api/types/DepositTravelRuleVasp.js"; //# sourceMappingURL=vendored.types.depositDestinations.d.ts.map