Documentation ¶
Index ¶
Constants ¶
View Source
const ATTESTATION_SUBNET_COUNT = 64
Variables ¶
View Source
var AttnetBitsSSZ = zssz.GetSSZ((*AttnetBits)(nil))
View Source
var Eth2DataSSZ = zssz.GetSSZ((*Eth2Data)(nil))
Functions ¶
This section is empty.
Types ¶
type AttnetBits ¶
type AttnetBits [attnetByteLen]byte
func (*AttnetBits) BitLen ¶
func (ab *AttnetBits) BitLen() uint64
func (AttnetBits) MarshalText ¶ added in v0.2.1
func (p AttnetBits) MarshalText() ([]byte, error)
func (AttnetBits) String ¶ added in v0.2.1
func (p AttnetBits) String() string
func (*AttnetBits) UnmarshalText ¶ added in v0.2.1
func (p *AttnetBits) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.