Coda by Ian Macalinao
    Preparing search index...

    Interface ProposalActivateEventArgs

    interface ProposalActivateEventArgs {
        governor: Address;
        proposal: Address;
        votingEndsAt: number | bigint;
    }
    Index

    Properties

    governor: Address
    proposal: Address
    votingEndsAt: number | bigint