The one object an app constructs. Wraps the config, a client for reads, and
a derived-account model so callers pass owner addresses, decimal amounts, and
human market coordinates — the facade converts to raw units, resolves markets
(cached), and delegates to the internal tx primitives / reads. Each tx.* builder
returns a finished Transaction; callers composing their own PTBs use the generated
move-call bindings this subpath exports (plpMoveCalls, expiryMarketMoveCalls, …).
The one object an app constructs. Wraps the config, a client for reads, and a derived-account model so callers pass owner addresses, decimal amounts, and human market coordinates — the facade converts to raw units, resolves markets (cached), and delegates to the internal tx primitives / reads. Each
tx.*builder returns a finishedTransaction; callers composing their own PTBs use the generated move-call bindings this subpath exports (plpMoveCalls,expiryMarketMoveCalls, …).