@openweb3-io/waas
Version:
WaaS API client and WaaS verification library
51 lines • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EstimateFeeRequest = void 0;
class EstimateFeeRequest {
constructor() {
}
static getAttributeTypeMap() {
return EstimateFeeRequest.attributeTypeMap;
}
}
exports.EstimateFeeRequest = EstimateFeeRequest;
EstimateFeeRequest.discriminator = undefined;
EstimateFeeRequest.attributeTypeMap = [
{
"name": "amount",
"baseName": "amount",
"type": "string",
"format": ""
},
{
"name": "destination",
"baseName": "destination",
"type": "CreateTransferRequestDestination",
"format": ""
},
{
"name": "extra",
"baseName": "extra",
"type": "string",
"format": ""
},
{
"name": "memo",
"baseName": "memo",
"type": "string",
"format": ""
},
{
"name": "source",
"baseName": "source",
"type": "CreateTransferRequestSource",
"format": ""
},
{
"name": "tokenId",
"baseName": "token_id",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=EstimateFeeRequest.js.map