Each governance action that is accepted on the chain will be assigned a unique identifier, consisting of the transaction hash that created it and the index within the transaction body that points to it.

Hierarchy

  • GovernanceActionId

Constructors

Properties

#index: bigint
#originalBytes: undefined | HexBlob = undefined

Methods

  • Given that a single transaction can have multiple outputs, this index indicates which specific output of the referenced transaction is being spent. It is an integer starting from 0 for the first output.

    Returns

    The index of the specific output of the referenced transaction being spent.

    Returns bigint

Generated using TypeDoc