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