@openweb3-io/wallet-pay
Version:
Wallet Pay API client and wallet pay verification library
93 lines • 2.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CurrencyOut = void 0;
class CurrencyOut {
constructor() {
}
static getAttributeTypeMap() {
return CurrencyOut.attributeTypeMap;
}
}
exports.CurrencyOut = CurrencyOut;
CurrencyOut.discriminator = undefined;
CurrencyOut.attributeTypeMap = [
{
"name": "code",
"baseName": "code",
"type": "string",
"format": ""
},
{
"name": "symbol",
"baseName": "symbol",
"type": "string",
"format": ""
},
{
"name": "logo",
"baseName": "logo",
"type": "string",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "canDeposit",
"baseName": "can_deposit",
"type": "boolean",
"format": ""
},
{
"name": "canWithdraw",
"baseName": "can_withdraw",
"type": "boolean",
"format": ""
},
{
"name": "canTransfer",
"baseName": "can_transfer",
"type": "boolean",
"format": ""
},
{
"name": "minDepositAmount",
"baseName": "min_deposit_amount",
"type": "string",
"format": ""
},
{
"name": "minWithdrawAmount",
"baseName": "min_withdraw_amount",
"type": "string",
"format": ""
},
{
"name": "maxWithdrawAmount",
"baseName": "max_withdraw_amount",
"type": "string",
"format": ""
},
{
"name": "precision",
"baseName": "precision",
"type": "number",
"format": ""
},
{
"name": "decimals",
"baseName": "decimals",
"type": "number",
"format": ""
},
{
"name": "networks",
"baseName": "networks",
"type": "Array<CurrencyNetwork>",
"format": ""
}
];
//# sourceMappingURL=CurrencyOut.js.map