UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

21 lines 554 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TransferResponse = void 0; class TransferResponse { constructor() { } static getAttributeTypeMap() { return TransferResponse.attributeTypeMap; } } exports.TransferResponse = TransferResponse; TransferResponse.discriminator = undefined; TransferResponse.attributeTypeMap = [ { "name": "transferId", "baseName": "transfer_id", "type": "string", "format": "" } ]; //# sourceMappingURL=TransferResponse.js.map