UNPKG

@circle-fin/circle-sdk

Version:
13 lines (12 loc) 486 B
/** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { TransferRequestBlockchainLocation } from "./transfer-request-blockchain-location"; import { WalletLocation } from "./wallet-location"; /** * @type TransferCreationRequestDestination * @export */ export declare type TransferCreationRequestDestination = TransferRequestBlockchainLocation | WalletLocation;