Coda by Ian Macalinao
    Preparing search index...

    Interface GovernorCreateEventArgs

    interface GovernorCreateEventArgs {
        electorate: Address;
        governor: Address;
        parameters: GovernanceParametersArgs;
        smartWallet: Address;
    }
    Index

    Properties

    electorate: Address
    governor: Address
    smartWallet: Address