UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

27 lines (25 loc) 1.39 kB
/** * @module DepositDestinations */ /* * DepositDestinations-scoped shared types, re-exported so they are documented * under the DepositDestinations group. Hand-maintained partition of * ../_vendor/api/types — a type absent from every vendored.types.* barrel is * dropped from the docs. */ 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";