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