RegistryRootOptions
@totemsdk/liquidity-bond / RegistryRootOptions
Interface: RegistryRootOptions
Properties
domain?
optionaldomain?:string
filter?
optionalfilter?: (registry) =>LiquidityBondRegistryState
When set, the root is computed over a filtered view of the registry — e.g. verified-only positions/fees — so an attacker's signed root cannot look clean over phantom state (#12).
Parameters
registry
Returns
previousRoot?
optionalpreviousRoot?:string
reason?
optionalreason?:string
sequence?
optionalsequence?:number
Monotonic anti-reorg sequence (#34) — must advance on every applied transition.
signedAt?
optionalsignedAt?:number
signIndices?
optionalsignIndices?:SigningIndices
Signing indices bound into the signature (defaults to genesis indices).