Coda by Ian Macalinao
    Preparing search index...

    Interface ProposalCreateEventArgs

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

    Properties

    governor: Address
    index: number | bigint
    instructions: ProposalInstructionArgs[]
    proposal: Address