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

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

Properties

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