@openweb3-io/waas
Version:
WaaS API client and WaaS verification library
118 lines • 2.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Token = void 0;
class Token {
constructor() {
}
static getAttributeTypeMap() {
return Token.attributeTypeMap;
}
}
exports.Token = Token;
Token.discriminator = undefined;
Token.mapping = undefined;
Token.attributeTypeMap = [
{
"name": "canDeposit",
"baseName": "can_deposit",
"type": "boolean",
"format": ""
},
{
"name": "canWithdraw",
"baseName": "can_withdraw",
"type": "boolean",
"format": ""
},
{
"name": "contractAddress",
"baseName": "contract_address",
"type": "string",
"format": ""
},
{
"name": "createdAt",
"baseName": "created_at",
"type": "string",
"format": ""
},
{
"name": "decimals",
"baseName": "decimals",
"type": "number",
"format": ""
},
{
"name": "iconUrl",
"baseName": "icon_url",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "maxWithdrawAmount",
"baseName": "max_withdraw_amount",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "minDepositAmount",
"baseName": "min_deposit_amount",
"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": "precision",
"baseName": "precision",
"type": "number",
"format": ""
},
{
"name": "symbol",
"baseName": "symbol",
"type": "string",
"format": ""
},
{
"name": "totalSupply",
"baseName": "total_supply",
"type": "string",
"format": ""
},
{
"name": "updatedAt",
"baseName": "updated_at",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=Token.js.map