Coda by Ian Macalinao
    Preparing search index...
    interface ProposalCreateEvent {
        governor: Address;
        index: bigint;
        instructions: ProposalInstruction[];
        proposal: Address;
    }
    Index

    Properties

    governor: Address
    index: bigint
    instructions: ProposalInstruction[]
    proposal: Address