Coda by Ian Macalinao
    Preparing search index...

    Type Alias ProposalCreateEventArgs

    type ProposalCreateEventArgs = {
        governor: Address;
        index: number | bigint;
        instructions: ProposalInstructionArgs[];
        proposal: Address;
    }
    Index
    governor: Address
    index: number | bigint
    instructions: ProposalInstructionArgs[]
    proposal: Address