UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

18 lines 811 B
"use strict"; // This file was auto-generated by Fern from our API Definition. Object.defineProperty(exports, "__esModule", { value: true }); exports.TransferRequest = void 0; var TransferRequest; (function (TransferRequest) { /** * Specifies whether the given amount is to be received by the target or taken from the source. * * - `target`: The transfer `target` receives the exact value specified in `amount`. Fees are added to the amount taken from the transfer `source`. * - `source`: The transfer `target` receives the value specified in `amount`, minus any fees. */ TransferRequest.AmountType = { Target: "target", Source: "source", }; })(TransferRequest || (exports.TransferRequest = TransferRequest = {})); //# sourceMappingURL=TransferRequest.js.map