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