@openweb3-io/waas
Version:
WaaS API client and WaaS verification library
27 lines • 762 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransferDestinationAddress = void 0;
class TransferDestinationAddress {
constructor() {
}
static getAttributeTypeMap() {
return TransferDestinationAddress.attributeTypeMap;
}
}
exports.TransferDestinationAddress = TransferDestinationAddress;
TransferDestinationAddress.discriminator = undefined;
TransferDestinationAddress.attributeTypeMap = [
{
"name": "address",
"baseName": "address",
"type": "string",
"format": ""
},
{
"name": "destinationType",
"baseName": "destination_type",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=TransferDestinationAddress.js.map