ethereumjs-monorepo

@ethereumjs/common


@ethereumjs/common / ConsensusType

Variable: ConsensusType

ConsensusType: object

Defined in: enums.ts:91

Type declaration

ProofOfAuthority

readonly ProofOfAuthority: "poa" = 'poa'

ProofOfStake

readonly ProofOfStake: "pos" = 'pos'

ProofOfWork

readonly ProofOfWork: "pow" = 'pow'