Interface GovernanceProposalMetadata

ProposalMetadata contains metadata about a proposal.

interface GovernanceProposalMetadata {
    description?: string;
    title: string;
}

Properties

Properties

description?: string

Description is the human-readable description.

title: string

Title is the human-readable proposal title.