Skip to main content Link Menu Expand (external link) Document Search Copy Copied

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]