Coda by Ian Macalinao
    Preparing search index...

    Interface GovernorSetParamsEvent

    interface GovernorSetParamsEvent {
        governor: Address;
        params: GovernanceParameters;
        prevParams: GovernanceParameters;
    }
    Index

    Properties

    governor: Address