AlgoTxsWithPagination
Model getters
| Method name | Return type | Description | Notes |
|---|---|---|---|
| getNextToken() | string | Used for pagination, when making another request provide this token with the next parameter. Example: ywAAAAAAAAAAAAAA | [optional] |
| getTransactions() | \Tatum\Model\AlgoTx[] | Array of transactions. Example: null | [optional] |