UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

52 lines 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CursorPageTransaction = void 0; class CursorPageTransaction { constructor() { } static getAttributeTypeMap() { return CursorPageTransaction.attributeTypeMap; } } exports.CursorPageTransaction = CursorPageTransaction; CursorPageTransaction.discriminator = undefined; CursorPageTransaction.mapping = undefined; CursorPageTransaction.attributeTypeMap = [ { "name": "hasNext", "baseName": "has_next", "type": "boolean", "format": "" }, { "name": "hasPrev", "baseName": "has_prev", "type": "boolean", "format": "" }, { "name": "items", "baseName": "items", "type": "Array<Transaction>", "format": "" }, { "name": "nextCursor", "baseName": "next_cursor", "type": "string", "format": "" }, { "name": "prevCursor", "baseName": "prev_cursor", "type": "string", "format": "" }, { "name": "total", "baseName": "total", "type": "number", "format": "" } ]; //# sourceMappingURL=CursorPageTransaction.js.map