@pwngh/economy-lab
Docs
Preparing search index...
src/ports
Posting
Type Alias Posting
A balanced double-entry posting: legs sum to zero in each currency.
type
Posting
=
{
legs
:
ReadonlyArray
<
Leg
>
;
meta
:
Record
<
string
,
unknown
>
;
txnId
:
string
;
}
Index
Properties
legs
meta
txn
Id
Properties
legs
legs
:
ReadonlyArray
<
Leg
>
meta
meta
:
Record
<
string
,
unknown
>
txn
Id
txnId
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
legs
meta
txn
Id
Docs
@pwngh/economy-lab
Loading...
A balanced double-entry posting: legs sum to zero in each currency.