@pwngh/economy-lab
Docs
Preparing search index...
src/ports
ArchivedPosting
Type Alias ArchivedPosting
What the mover hands the archive sink: one verified posting with its full content.
type
ArchivedPosting
=
{
legs
:
ReadonlyArray
<
Leg
>
;
links
:
ReadonlyArray
<
PostingLink
>
;
meta
:
Record
<
string
,
unknown
>
;
postedAt
:
number
;
seq
:
number
;
txnId
:
string
;
}
Index
Properties
legs
links
meta
posted
At
seq
txn
Id
Properties
legs
legs
:
ReadonlyArray
<
Leg
>
links
links
:
ReadonlyArray
<
PostingLink
>
meta
meta
:
Record
<
string
,
unknown
>
posted
At
postedAt
:
number
seq
seq
:
number
txn
Id
txnId
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
legs
links
meta
posted
At
seq
txn
Id
Docs
@pwngh/economy-lab
Loading...
What the mover hands the archive sink: one verified posting with its full content.