Versions in this module Expand all Collapse all v1 v1.999.0 Nov 17, 2022 Changes in this version + var ErrIntOverflowScheduled = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthScheduled = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupScheduled = fmt.Errorf("proto: unexpected end of group") + type GasAndFees struct + AccumulatedFees *math_big.Int + DeveloperFees *math_big.Int + GasPenalized uint64 + GasProvided uint64 + GasRefunded uint64 + func (*GasAndFees) Descriptor() ([]byte, []int) + func (*GasAndFees) ProtoMessage() + func (m *GasAndFees) GetAccumulatedFees() *math_big.Int + func (m *GasAndFees) GetDeveloperFees() *math_big.Int + func (m *GasAndFees) GetGasPenalized() uint64 + func (m *GasAndFees) GetGasProvided() uint64 + func (m *GasAndFees) GetGasRefunded() uint64 + func (m *GasAndFees) Marshal() (dAtA []byte, err error) + func (m *GasAndFees) MarshalTo(dAtA []byte) (int, error) + func (m *GasAndFees) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GasAndFees) Reset() + func (m *GasAndFees) Size() (n int) + func (m *GasAndFees) Unmarshal(dAtA []byte) error + func (m *GasAndFees) XXX_DiscardUnknown() + func (m *GasAndFees) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GasAndFees) XXX_Merge(src proto.Message) + func (m *GasAndFees) XXX_Size() int + func (m *GasAndFees) XXX_Unmarshal(b []byte) error + func (this *GasAndFees) Equal(that interface{}) bool + func (this *GasAndFees) GoString() string + func (this *GasAndFees) String() string + type ScheduledSCRs struct + GasAndFees *GasAndFees + InvalidTransactions []*transaction.Transaction + RootHash []byte + ScheduledMiniBlocks []*block.MiniBlock + Scrs []*smartContractResult.SmartContractResult + func (*ScheduledSCRs) Descriptor() ([]byte, []int) + func (*ScheduledSCRs) ProtoMessage() + func (m *ScheduledSCRs) GetGasAndFees() *GasAndFees + func (m *ScheduledSCRs) GetInvalidTransactions() []*transaction.Transaction + func (m *ScheduledSCRs) GetRootHash() []byte + func (m *ScheduledSCRs) GetScheduledMiniBlocks() []*block.MiniBlock + func (m *ScheduledSCRs) GetScrs() []*smartContractResult.SmartContractResult + func (m *ScheduledSCRs) Marshal() (dAtA []byte, err error) + func (m *ScheduledSCRs) MarshalTo(dAtA []byte) (int, error) + func (m *ScheduledSCRs) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ScheduledSCRs) Reset() + func (m *ScheduledSCRs) Size() (n int) + func (m *ScheduledSCRs) Unmarshal(dAtA []byte) error + func (m *ScheduledSCRs) XXX_DiscardUnknown() + func (m *ScheduledSCRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ScheduledSCRs) XXX_Merge(src proto.Message) + func (m *ScheduledSCRs) XXX_Size() int + func (m *ScheduledSCRs) XXX_Unmarshal(b []byte) error + func (sscr *ScheduledSCRs) GetTransactionHandlersMap() map[block.Type][]data.TransactionHandler + func (sscr *ScheduledSCRs) SetTransactionHandlersMap(txHandlersMap map[block.Type][]data.TransactionHandler) error + func (this *ScheduledSCRs) Equal(that interface{}) bool + func (this *ScheduledSCRs) GoString() string + func (this *ScheduledSCRs) String() string