@pwngh/economy-lab
    Preparing search index...

    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
    idempotencyKey: string
    legs: readonly Leg[]