# Functions
GetAggregateAndProofSignRequest maps the request for signing type AGGREGATE_AND_PROOF.
GetAggregationSlotSignRequest maps the request for signing type AGGREGATION_SLOT.
GetAttestationSignRequest maps the request for signing type ATTESTATION.
GetBlockAltairSignRequest maps the request for signing type BLOCK_V2.
GetBlockSignRequest maps the request for signing type BLOCK.
GetBlockV2BlindedSignRequest maps the request for signing types (GetBlockV2 id defined by the remote signer interface and not the beacon APIs) Supports Bellatrix, Capella, Deneb.
GetRandaoRevealSignRequest maps the request for signing type RANDAO_REVEAL.
GetSyncCommitteeContributionAndProofSignRequest maps the request for signing type SYNC_COMMITTEE_CONTRIBUTION_AND_PROOF.
GetSyncCommitteeMessageSignRequest maps the request for signing type SYNC_COMMITTEE_MESSAGE.
GetSyncCommitteeSelectionProofSignRequest maps the request for signing type SYNC_COMMITTEE_SELECTION_PROOF.
GetValidatorRegistrationSignRequest maps the request for signing type VALIDATOR_REGISTRATION.
GetVoluntaryExitSignRequest maps the request for signing type VOLUNTARY_EXIT.
MapAggregateAndProof maps the eth2.AggregateAndProof proto to the Web3Signer spec.
MapAttestation maps the eth2.Attestation proto to the Web3Signer spec.
MapAttestationData maps the eth2.AttestationData proto to the Web3Signer spec.
MapAttesterSlashing maps the eth2.AttesterSlashing proto to the Web3Signer spec.
MapBeaconBlockAltair maps the eth2.BeaconBlockAltair proto to the Web3Signer spec.
MapBeaconBlockBody maps the eth2.BeaconBlockBody proto to the Web3Signer spec.
MapBeaconBlockBodyAltair maps the eth2.BeaconBlockBodyAltair proto to the Web3Signer spec.
MapCheckPoint maps the eth2.Checkpoint proto to the Web3Signer spec.
MapContributionAndProof maps the eth2.ContributionAndProof proto to the Web3Signer spec.
MapDeposit maps the eth2.Deposit proto to the Web3Signer spec.
MapForkInfo maps the eth2.ForkInfo proto to the Web3Signer spec.
MapIndexedAttestation maps the eth2.IndexedAttestation proto to the Web3Signer spec.
MapProposerSlashing maps the eth2.ProposerSlashing proto to the Web3Signer spec.
MapSignedBeaconBlockHeader maps the eth2.AttesterSlashing proto to the Web3Signer spec.
MapSignedVoluntaryExit maps the eth2.SignedVoluntaryExit proto to the Web3Signer spec.
MapSyncAggregatorSelectionData maps the eth2.SyncAggregatorSelectionData proto to the Web3Signer spec.
# Structs
AggregateAndProof a sub property of AggregateAndProofSignRequest.
AggregateAndProofSignRequest is a request object for web3signer sign api.
AggregationSlot a sub property of AggregationSlotSignRequest.
AggregationSlotSignRequest is a request object for web3signer sign api.
Attestation a sub property of AggregateAndProofSignRequest.
AttestationData a sub property of Attestation.
AttestationSignRequest is a request object for web3signer sign api.
AttesterSlashing a sub property of BeaconBlockBody.
BeaconBlock a sub property of BeaconBlockBlockV2.
BeaconBlockAltair a sub property of BeaconBlockAltairBlockV2.
BeaconBlockAltairBlockV2 a sub property of BlockAltairSignRequest.
BeaconBlockBlockV2 a sub property of BlockV2SignRequest.
BeaconBlockBody a sub property of BeaconBlock.
BeaconBlockBodyAltair a sub property of BeaconBlockAltair.
BeaconBlockHeader is a sub property of SignedBeaconBlockHeader.
BeaconBlockV2Blinded a field of BlockV2BlindedSignRequest.
BlockAltairSignRequest is a request object for web3signer sign api.
BlockSignRequest is a request object for web3signer sign api.
BlockV2BlindedSignRequest is a request object for web3signer sign api Supports Bellatrix(merge) and Capella.
Checkpoint a sub property of AttestationData.
ContributionAndProof a sub property of AggregatorSelectionSignRequest.
Deposit a sub property of DepositSignRequest.
DepositData a sub property of Deposit.
Eth1Data a sub property of BeaconBlockBody.
Fork a sub property of ForkInfo.
ForkInfo a sub property object of the Sign request.
IndexedAttestation a sub property of AttesterSlashing.
ProposerSlashing a sub property of BeaconBlockBody.
RandaoReveal a sub property of RandaoRevealSignRequest.
RandaoRevealSignRequest is a request object for web3signer sign api.
SignedBeaconBlockHeader is a sub property of ProposerSlashing.
SignedVoluntaryExit is a sub property of BeaconBlockBody.
SyncAggregate is a sub property of BeaconBlockBodyAltair.
SyncAggregatorSelectionData a sub property of SyncAggregatorSelectionSignRequest.
SyncCommitteeContribution a sub property of AggregatorSelectionSignRequest.
SyncCommitteeContributionAndProofSignRequest is a request object for web3signer sign api.
SyncCommitteeMessage a sub property of SyncCommitteeSignRequest.
SyncCommitteeMessageSignRequest is a request object for web3signer sign api.
SyncCommitteeSelectionProofSignRequest is a request object for web3signer sign api.
ValidatorRegistration a sub property of ValidatorRegistrationSignRequest.
ValidatorRegistrationSignRequest a request object for web3signer sign api.
VoluntaryExit a sub property of SignedVoluntaryExit.
VoluntaryExitSignRequest is a request object for web3signer sign api.