@blockchaincommons/envelope - v1.0.0-beta.4
    Preparing search index...

    Class ParametersStore

    A store that maps parameters to their assigned names.

    ParametersStore maintains a registry of parameters and their human-readable names, which is useful for displaying and debugging expression parameters.

    Index
    • The name the store assigned to param, if it is registered: the registered parameter's own name (its assigned name, or its number when it has none), as the reference's assigned_name returns the name it filed at insertion.

      Parameters

      Returns string | undefined