@xo-cash/types
    Preparing search index...

    Type Alias XOTemplateState

    State configuration shared by a locking script and its individual roles. Declares which variables and secrets are tracked in the on-chain state for that participant.

    type XOTemplateState = {
        secrets?: XOTemplateSecretIdentifier[];
        variables?: XOTemplateVariableIdentifier[];
    }
    Index

    Properties

    Properties

    List of secret identifiers to track in state.

    List of variable identifiers to track in state.