Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
FallbackGasTipCap = big.NewInt(15000000000)
)
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport struct {
// contains filtered or unexported fields
}
func NewTransport ¶
func NewTransport( cfg *TransportConfig, client chainManager.EthClientInterface, blsSig blsSigner.IBLSSigner, txSig txSigner.ITransactionSigner, cm chainManager.IChainManager, logger *zap.Logger, ) (*Transport, error)
func (*Transport) SignAndTransportAvsStakeTable ¶
func (t *Transport) SignAndTransportAvsStakeTable( ctx context.Context, referenceTimestamp uint32, referenceBlockHeight uint64, operatorSet distribution.OperatorSet, root [32]byte, tree *merkletree.MerkleTree, dist *distribution.Distribution, ignoreChainIds []*big.Int, ) error
SignAndTransportAvsStakeTable signs and transports the AVS stake table NOTE: the global root must be updated in the previous block otherwise this function will fail
type TransportConfig ¶
Click to show internal directories.
Click to hide internal directories.