package
0.2.7
Repository: https://github.com/gobitfly/prysm.git
Documentation: pkg.go.dev

# Variables

ArchiveAttestationsFlag defines whether or not the beacon chain should archive historical attestation data in persistent storage.
ArchiveBlocksFlag defines whether or not the beacon chain should archive historical block data in persistent storage.
ArchiveEnableFlag defines whether or not the beacon chain should archive historical blocks, attestations, and validator set changes.
ArchiveValidatorSetChangesFlag defines whether or not the beacon chain should archive historical validator set changes in persistent storage.
CertFlag defines a flag for the node's TLS certificate.
DepositContractFlag defines a flag for the deposit contract address.
GRPCGatewayPort enables a gRPC gateway to be exposed for Prysm.
HTTPWeb3ProviderFlag provides an HTTP access endpoint to an ETH 1.0 RPC.
InteropGenesisStateFlag defines a flag for the beacon node to load genesis state via file.
InteropGenesisTimeFlag specifies genesis time for state generation.
InteropMockEth1DataVotesFlag enables mocking the eth1 proof-of-work chain data put into blocks by proposers.
InteropNumValidatorsFlag specifies number of genesis validators for state generation.
KeyFlag defines a flag for the node's TLS key.
NoCustomConfigFlag determines whether to launch a beacon chain using real parameters or demo parameters.
RPCPort defines a beacon node RPC port to open.
Web3ProviderFlag defines a flag for a mainchain RPC endpoint.