Skip to main content

PProposalProcedure

info

Introduced in V3 version

This structure is used in governance and on-chain systems to identify which version of the protocol is currently in use or being proposed in a hard fork or protocol update.

Definition:

export const PProtocolVersion = pstruct({
PProtocolVersion: {
major: int,
minor: int
}
});

major

type: TermInt

minor

type: TermInt