@openweb3-io/waas
Version:
WaaS API client and WaaS verification library
45 lines • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SweepAddressRequest = void 0;
class SweepAddressRequest {
constructor() {
}
static getAttributeTypeMap() {
return SweepAddressRequest.attributeTypeMap;
}
}
exports.SweepAddressRequest = SweepAddressRequest;
SweepAddressRequest.discriminator = undefined;
SweepAddressRequest.attributeTypeMap = [
{
"name": "feeAddress",
"baseName": "fee_address",
"type": "string",
"format": ""
},
{
"name": "maxFeeLimit",
"baseName": "max_fee_limit",
"type": "string",
"format": ""
},
{
"name": "minCollectAmount",
"baseName": "min_collect_amount",
"type": "string",
"format": ""
},
{
"name": "toAddress",
"baseName": "to_address",
"type": "string",
"format": ""
},
{
"name": "tokenId",
"baseName": "token_id",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=SweepAddressRequest.js.map