Coda by Ian Macalinao
    Preparing search index...

    Interface ProposalMetaCreateEvent

    interface ProposalMetaCreateEvent {
        descriptionLink: string;
        governor: Address;
        proposal: Address;
        title: string;
    }
    Index

    Properties

    descriptionLink: string
    governor: Address
    proposal: Address
    title: string