Skip to main content

DurableLiquidityBondStoreOptions

@totemsdk/liquidity-bond


@totemsdk/liquidity-bond / DurableLiquidityBondStoreOptions

Interface: DurableLiquidityBondStoreOptions

Properties

namespace?

readonly optional namespace?: string

Key namespace prefix; default totem_liquidity_bond:v1:.


requireAckMode?

readonly optional requireAckMode?: "volatile" | "buffered" | "durably-acknowledged"

Required write acknowledgment; default durably-acknowledged. Pass volatile only for tests/scratch adapters (e.g. MemoryStore).