Documentation ¶
Index ¶
Constants ¶
View Source
const SendTransactionsPipe = "send transactions pipe"
SendTransactionsPipe is the pipe used for sending new transactions
Variables ¶
This section is empty.
Functions ¶
func NewTxsSenderWithAccumulator ¶
func NewTxsSenderWithAccumulator(args ArgsTxsSenderWithAccumulator) (*txsSender, error)
NewTxsSenderWithAccumulator creates a new instance of TxsSenderHandler, which initializes internally an accumulator.NewTimeAccumulator
Types ¶
type ArgsTxsSenderWithAccumulator ¶
type ArgsTxsSenderWithAccumulator struct { Marshaller marshal.Marshalizer ShardCoordinator storage.ShardCoordinator NetworkMessenger NetworkMessenger AccumulatorConfig config.TxAccumulatorConfig DataPacker process.DataPacker }
ArgsTxsSenderWithAccumulator is a holder struct for all necessary arguments to create a NewTxsSenderWithAccumulator
Click to show internal directories.
Click to hide internal directories.