Class ContractGroup

Represents a group of keys associated with a contract, allowing access control and permissions management.

Hierarchy

  • ContractGroup

Constructors

Properties

Methods

Constructors

Properties

groupName: string

The name of the group.

groupUsers: URef[]

The list of URef keys associated with this group, defining permissions for contract interaction.

Methods

  • Converts a plain JSON object into an instance of ContractGroup.

    Returns

    An instance of ContractGroup or undefined if parsing fails.

    Parameters

    • json: any

      The JSON object to parse.

    Returns undefined | ContractGroup

Generated using TypeDoc