@pwngh/economy-lab
Docs
Preparing search index...
src/netting
MovementRequest
Interface MovementRequest
One movement offered to the session: an idempotency key and a balanced set of CREDIT legs.
interface
MovementRequest
{
idempotencyKey
:
string
;
legs
:
readonly
Leg
[]
;
}
Index
Properties
idempotency
Key
legs
Properties
idempotency
Key
idempotencyKey
:
string
legs
legs
:
readonly
Leg
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
idempotency
Key
legs
Docs
@pwngh/economy-lab
Loading...
One movement offered to the session: an idempotency key and a balanced set of CREDIT legs.