Type Alias GovernanceActionId

GovernanceActionId: { actionIndex: number; id: string }

A unique identifier for a governance action on the blockchain.

Type declaration

  • actionIndex: number

    The index of the action within the transaction's body.

  • id: string

    The transaction hash that created the governance action.