GovernanceLib.sol

This library provides types for Story Protocol Governance.

PROTOCOL_ADMIN

bytes32 PROTOCOL_ADMIN

ProtocolState

An enum containing the different states the protocol can be in.

Parameters

NameTypeDescription
enum ProtocolState {
  Unpaused,
  Paused
}