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