UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

27 lines 810 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateTransferRequestDestination = void 0; class CreateTransferRequestDestination { constructor() { } static getAttributeTypeMap() { return CreateTransferRequestDestination.attributeTypeMap; } } exports.CreateTransferRequestDestination = CreateTransferRequestDestination; CreateTransferRequestDestination.discriminator = undefined; CreateTransferRequestDestination.attributeTypeMap = [ { "name": "address", "baseName": "address", "type": "string", "format": "" }, { "name": "destinationType", "baseName": "destination_type", "type": "string", "format": "" } ]; //# sourceMappingURL=CreateTransferRequestDestination.js.map