@openweb3-io/wallet-pay
Version:
Wallet Pay API client and wallet pay verification library
129 lines • 2.83 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CurrencyNetwork = void 0;
class CurrencyNetwork {
constructor() {
}
static getAttributeTypeMap() {
return CurrencyNetwork.attributeTypeMap;
}
}
exports.CurrencyNetwork = CurrencyNetwork;
CurrencyNetwork.discriminator = undefined;
CurrencyNetwork.attributeTypeMap = [
{
"name": "canDeposit",
"baseName": "can_deposit",
"type": "boolean",
"format": ""
},
{
"name": "canTransfer",
"baseName": "can_transfer",
"type": "boolean",
"format": ""
},
{
"name": "canWithdraw",
"baseName": "can_withdraw",
"type": "boolean",
"format": ""
},
{
"name": "code",
"baseName": "code",
"type": "string",
"format": ""
},
{
"name": "contractAddress",
"baseName": "contract_address",
"type": "string",
"format": ""
},
{
"name": "disabled",
"baseName": "disabled",
"type": "boolean",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "maxFee",
"baseName": "max_fee",
"type": "string",
"format": ""
},
{
"name": "maxFeeForCtAddr",
"baseName": "max_fee_for_ct_addr",
"type": "string",
"format": ""
},
{
"name": "maxWithdrawAmount",
"baseName": "max_withdraw_amount",
"type": "string",
"format": ""
},
{
"name": "minCollectAmount",
"baseName": "min_collect_amount",
"type": "string",
"format": ""
},
{
"name": "minConfirmations",
"baseName": "min_confirmations",
"type": "number",
"format": ""
},
{
"name": "minDepositAmount",
"baseName": "min_deposit_amount",
"type": "string",
"format": ""
},
{
"name": "minFee",
"baseName": "min_fee",
"type": "string",
"format": ""
},
{
"name": "minFeeForCtAddr",
"baseName": "min_fee_for_ct_addr",
"type": "string",
"format": ""
},
{
"name": "minWithdrawAmount",
"baseName": "min_withdraw_amount",
"type": "string",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "needMemo",
"baseName": "need_memo",
"type": "boolean",
"format": ""
},
{
"name": "network",
"baseName": "network",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=CurrencyNetwork.js.map