Versions in this module Expand all Collapse all v0 v0.0.2 Oct 31, 2023 v0.0.1 Oct 30, 2023 Changes in this version + func NewRewardTxProcessor(accountsDB state.AccountsAdapter, pubkeyConv core.PubkeyConverter, ...) (*rewardTxProcessor, error) + type InterceptedRewardTransaction struct + func NewInterceptedRewardTransaction(rewardTxBuff []byte, marshalizer marshal.Marshalizer, hasher hashing.Hasher, ...) (*InterceptedRewardTransaction, error) + func (inRTx *InterceptedRewardTransaction) CheckValidity() error + func (inRTx *InterceptedRewardTransaction) Fee() *big.Int + func (inRTx *InterceptedRewardTransaction) Hash() []byte + func (inRTx *InterceptedRewardTransaction) Identifiers() [][]byte + func (inRTx *InterceptedRewardTransaction) IsForCurrentShard() bool + func (inRTx *InterceptedRewardTransaction) IsInterfaceNil() bool + func (inRTx *InterceptedRewardTransaction) Nonce() uint64 + func (inRTx *InterceptedRewardTransaction) ReceiverShardId() uint32 + func (inRTx *InterceptedRewardTransaction) SenderAddress() []byte + func (inRTx *InterceptedRewardTransaction) SenderShardId() uint32 + func (inRTx *InterceptedRewardTransaction) String() string + func (inRTx *InterceptedRewardTransaction) Transaction() data.TransactionHandler + func (inRTx *InterceptedRewardTransaction) Type() string