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