TextProposal defines a standard text proposal whose changes need to be manually updated in case of approval.

interface TextProposalAmino {
    description?: string;
    is_expedited?: boolean;
    title?: string;
}

Properties

description?: string
is_expedited?: boolean
title?: string