Interface IProposalHeader

Proposal Header is the first 40 bytes of any proposal and it contains the following information:

  • resource id (32 bytes)
  • target function signature (4 bytes)
  • nonce (4 bytes).

Hierarchy

  • IProposalHeader

Implemented by

Properties

functionSignature: Uint8Array

4 bytes function signature / function identifier

nonce: number

4 bytes Hex-encoded string of the nonce for this proposal.

resourceId: IResourceId

32 bytes ResourceId

Generated using TypeDoc