Versions in this module Expand all Collapse all v0 v0.0.2 Nov 6, 2024 v0.0.1 Nov 5, 2024 Changes in this version + var ErrIntOverflowRewardTx = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthRewardTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupRewardTx = fmt.Errorf("proto: unexpected end of group") + type RewardTx struct + Epoch uint32 + RcvAddr []byte + Round uint64 + Value *math_big.Int + func (*RewardTx) Descriptor() ([]byte, []int) + func (*RewardTx) ProtoMessage() + func (m *RewardTx) GetEpoch() uint32 + func (m *RewardTx) GetRcvAddr() []byte + func (m *RewardTx) GetRound() uint64 + func (m *RewardTx) GetValue() *math_big.Int + func (m *RewardTx) Marshal() (dAtA []byte, err error) + func (m *RewardTx) MarshalTo(dAtA []byte) (int, error) + func (m *RewardTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RewardTx) Reset() + func (m *RewardTx) Size() (n int) + func (m *RewardTx) Unmarshal(dAtA []byte) error + func (m *RewardTx) XXX_DiscardUnknown() + func (m *RewardTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RewardTx) XXX_Merge(src proto.Message) + func (m *RewardTx) XXX_Size() int + func (m *RewardTx) XXX_Unmarshal(b []byte) error + func (rtx *RewardTx) CheckIntegrity() error + func (rtx *RewardTx) GetData() []byte + func (rtx *RewardTx) GetGasLimit() uint64 + func (rtx *RewardTx) GetGasPrice() uint64 + func (rtx *RewardTx) GetNonce() uint64 + func (rtx *RewardTx) GetRcvUserName() []byte + func (rtx *RewardTx) GetSndAddr() []byte + func (rtx *RewardTx) IsInterfaceNil() bool + func (rtx *RewardTx) SetData(_ []byte) + func (rtx *RewardTx) SetRcvAddr(addr []byte) + func (rtx *RewardTx) SetSndAddr(_ []byte) + func (rtx *RewardTx) SetValue(value *big.Int) + func (this *RewardTx) Equal(that interface{}) bool + func (this *RewardTx) GoString() string + func (this *RewardTx) String() string