Interface OperationContentsProposals

interface OperationContentsProposals {
    kind: PROPOSALS;
    period: number;
    proposals: string[];
    source: string;
}

Properties

kind: PROPOSALS
period: number
proposals: string[]
source: string

Generated using TypeDoc