UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

39 lines 938 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CursorPageCurrency = void 0; class CursorPageCurrency { constructor() { } static getAttributeTypeMap() { return CursorPageCurrency.attributeTypeMap; } } exports.CursorPageCurrency = CursorPageCurrency; CursorPageCurrency.discriminator = undefined; CursorPageCurrency.attributeTypeMap = [ { "name": "hasNext", "baseName": "has_next", "type": "boolean", "format": "" }, { "name": "items", "baseName": "items", "type": "Array<Currency>", "format": "" }, { "name": "nextCursor", "baseName": "next_cursor", "type": "string", "format": "" }, { "name": "prevCursor", "baseName": "prev_cursor", "type": "string", "format": "" } ]; //# sourceMappingURL=CursorPageCurrency.js.map