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