UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

28 lines 768 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateTransferResponse = void 0; class CreateTransferResponse { constructor() { } static getAttributeTypeMap() { return CreateTransferResponse.attributeTypeMap; } } exports.CreateTransferResponse = CreateTransferResponse; CreateTransferResponse.discriminator = undefined; CreateTransferResponse.mapping = undefined; CreateTransferResponse.attributeTypeMap = [ { "name": "status", "baseName": "status", "type": "string", "format": "" }, { "name": "transactionId", "baseName": "transaction_id", "type": "string", "format": "" } ]; //# sourceMappingURL=CreateTransferResponse.js.map