Const
Validation schema for the state configuration shared by a locking script and its individual roles. Declares which variables and secrets are tracked in the on-chain state for a given participant.
{ "lockingScripts": { "[id]": { "state": { "variables": [], "secrets": [] } ← this schema "roles": { "[roleId]": { "state": { "variables": [], "secrets": [] } ← this schema } } } }} Copy
{ "lockingScripts": { "[id]": { "state": { "variables": [], "secrets": [] } ← this schema "roles": { "[roleId]": { "state": { "variables": [], "secrets": [] } ← this schema } } } }}
Validation schema for the state configuration shared by a locking script and its individual roles. Declares which variables and secrets are tracked in the on-chain state for a given participant.