Coda by Ian Macalinao
    Preparing search index...

    Type Alias ProposalCreateEvent

    type ProposalCreateEvent = {
        governor: Address;
        index: bigint;
        instructions: ProposalInstruction[];
        proposal: Address;
    }
    Index
    governor: Address
    index: bigint
    instructions: ProposalInstruction[]
    proposal: Address