Documentation
    Preparing search index...

    Interface TezosProposalOperation

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

    Hierarchy (View Summary)

    Index

    Properties

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