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