@pwngh/economy-lab
Docs
Preparing search index...
src/ports
LinkPage
Type Alias LinkPage
One
Ledger.linksPage
page: links with their posting content, plus the resume cursor.
type
LinkPage
=
{
cursor
:
number
|
null
;
links
:
ReadonlyArray
<
{
account
:
AccountRef
}
&
StoredLink
>
;
}
Index
Properties
cursor
links
Properties
cursor
cursor
:
number
|
null
links
links
:
ReadonlyArray
<
{
account
:
AccountRef
}
&
StoredLink
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cursor
links
Docs
@pwngh/economy-lab
Loading...
One Ledger.linksPage page: links with their posting content, plus the resume cursor.