Documentation ¶
Index ¶
- func FromProxy(syncableType types.SyncableType, sequence shared.HeightSequence, ...) (*syncable.Model, errors.ApplicationError)
- func UnmarshalBlockData(data types.Jsonb) (*blockpb.GetByHeightResponse, errors.ApplicationError)
- func UnmarshalStakingData(data types.Jsonb) (*stakingpb.GetByHeightResponse, errors.ApplicationError)
- func UnmarshalTransactionsData(data types.Jsonb) (*transactionpb.GetByHeightResponse, errors.ApplicationError)
- func UnmarshalValidatorPerformanceData(data types.Jsonb) (*validatorperformancepb.GetByHeightResponse, errors.ApplicationError)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromProxy ¶
func FromProxy(syncableType types.SyncableType, sequence shared.HeightSequence, data proto.Message) (*syncable.Model, errors.ApplicationError)
func UnmarshalBlockData ¶
func UnmarshalBlockData(data types.Jsonb) (*blockpb.GetByHeightResponse, errors.ApplicationError)
func UnmarshalStakingData ¶
func UnmarshalStakingData(data types.Jsonb) (*stakingpb.GetByHeightResponse, errors.ApplicationError)
func UnmarshalTransactionsData ¶
func UnmarshalTransactionsData(data types.Jsonb) (*transactionpb.GetByHeightResponse, errors.ApplicationError)
func UnmarshalValidatorPerformanceData ¶
func UnmarshalValidatorPerformanceData(data types.Jsonb) (*validatorperformancepb.GetByHeightResponse, errors.ApplicationError)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.