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

interface TextProposalSDKType {
    $typeUrl?: "/cosmos.gov.v1beta1.TextProposal";
    description: string;
    is_expedited: boolean;
    title: string;
}

Properties

$typeUrl?: "/cosmos.gov.v1beta1.TextProposal"
description: string
is_expedited: boolean
title: string