0.7.46
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
/**
|
||||
* Pagination cursor hint for one scanned source address.
|
||||
*/
|
||||
export type Demo3OnchainDexPaginationCursor = {
|
||||
/**
|
||||
* Scanned source address.
|
||||
*/
|
||||
address: string,
|
||||
/**
|
||||
* Signature usable as beforeSignature for the next page window.
|
||||
*/
|
||||
nextBeforeSignature: string | null,
|
||||
/**
|
||||
* Raw signature count fetched for this address.
|
||||
*/
|
||||
fetchedSignatureCount: number,
|
||||
/**
|
||||
* Page count fetched for this address.
|
||||
*/
|
||||
fetchedPageCount: number, };
|
||||
Reference in New Issue
Block a user