DurableStateChainStoreOptions
@totemsdk/statechain / DurableStateChainStoreOptions
Interface: DurableStateChainStoreOptions
Properties
namespace?
readonlyoptionalnamespace?:string
Key namespace prefix; default totem_statechain:v1:.
requireAckMode?
readonlyoptionalrequireAckMode?:"volatile"|"buffered"|"durably-acknowledged"
Required write acknowledgment; default durably-acknowledged. Pass
volatile only for tests/scratch adapters (e.g. MemoryStore).
verify?
readonlyoptionalverify?: (chain,opts?) =>VerifyResult
Structural validation hook run over each StateChain at load and before
each save (default: a strict verifyChainIntegrity check).
Parameters
chain
opts?
Returns
VerifyResult
verifyOptions?
readonlyoptionalverifyOptions?:VerifyOptions
Verification-override options (test/self-hosted SE mocks).