Versions in this module Expand all Collapse all v1 v1.999.0 Nov 17, 2022 Changes in this version + var ErrIntOverflowProcessedBlockNonce = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowSupplyESDT = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthProcessedBlockNonce = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthSupplyESDT = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupProcessedBlockNonce = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupSupplyESDT = fmt.Errorf("proto: unexpected end of group") + func NewSuppliesProcessor(marshalizer marshal.Marshalizer, suppliesStorer storage.Storer, ...) (*suppliesProcessor, error) + type ProcessedBlockNonce struct + Nonce uint64 + func (*ProcessedBlockNonce) Descriptor() ([]byte, []int) + func (*ProcessedBlockNonce) ProtoMessage() + func (m *ProcessedBlockNonce) GetNonce() uint64 + func (m *ProcessedBlockNonce) Marshal() (dAtA []byte, err error) + func (m *ProcessedBlockNonce) MarshalTo(dAtA []byte) (int, error) + func (m *ProcessedBlockNonce) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ProcessedBlockNonce) Reset() + func (m *ProcessedBlockNonce) Size() (n int) + func (m *ProcessedBlockNonce) Unmarshal(dAtA []byte) error + func (m *ProcessedBlockNonce) XXX_DiscardUnknown() + func (m *ProcessedBlockNonce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProcessedBlockNonce) XXX_Merge(src proto.Message) + func (m *ProcessedBlockNonce) XXX_Size() int + func (m *ProcessedBlockNonce) XXX_Unmarshal(b []byte) error + func (this *ProcessedBlockNonce) Equal(that interface{}) bool + func (this *ProcessedBlockNonce) GoString() string + func (this *ProcessedBlockNonce) String() string + type SupplyESDT struct + Burned *math_big.Int + Minted *math_big.Int + Supply *math_big.Int + func (*SupplyESDT) Descriptor() ([]byte, []int) + func (*SupplyESDT) ProtoMessage() + func (m *SupplyESDT) GetBurned() *math_big.Int + func (m *SupplyESDT) GetMinted() *math_big.Int + func (m *SupplyESDT) GetSupply() *math_big.Int + func (m *SupplyESDT) Marshal() (dAtA []byte, err error) + func (m *SupplyESDT) MarshalTo(dAtA []byte) (int, error) + func (m *SupplyESDT) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SupplyESDT) Reset() + func (m *SupplyESDT) Size() (n int) + func (m *SupplyESDT) Unmarshal(dAtA []byte) error + func (m *SupplyESDT) XXX_DiscardUnknown() + func (m *SupplyESDT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SupplyESDT) XXX_Merge(src proto.Message) + func (m *SupplyESDT) XXX_Size() int + func (m *SupplyESDT) XXX_Unmarshal(b []byte) error + func (this *SupplyESDT) Equal(that interface{}) bool + func (this *SupplyESDT) GoString() string + func (this *SupplyESDT) String() string