Skip to main content
Version: mainnet (v0.71)

ProposalRationale

No description

type ProposalRationale {
description: String!
title: String!
}

Fields

ProposalRationale.description ● String! non-null scalar

Description to show a short title / something in case the link goes offline. This is to be between 0 and 20k unicode characters. This is mandatory for all proposals.

ProposalRationale.title ● String! non-null scalar

Title to be used to give a short description of the proposal in lists. This is to be between 0 and 100 unicode characters. This is mandatory for all proposals.

Member of

Proposal object ● ProposalDetail object