OptionalcursorOpaque cursor token to pass as the cursor argument in the next call.
undefined when there are no further pages.
true when there is at least one more page available.
Convenience alias for cursor !== undefined.
Items in this page. May be an empty array on the last page.
A single page of results returned by list-querying SDK methods such as OnboardingBridgeSDK.getWhitelistedAssets, OnboardingBridgeSDK.getBlocklistedAddresses, etc.
Because Soroban contracts return full vectors, pagination is performed client-side. The
cursoris an opaque base64-encoded offset token.Example