Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToSequence ¶
Types ¶
type DetailsView ¶
type DetailsView struct { *shared.Model *shared.HeightSequence ParentHash string `json:"parent_hash"` StateRoot string `json:"state_root"` ExtrinsicsRoot string `json:"extrinsics_root"` ExtrinsicsCount int64 `json:"extrinsics_count"` Transactions []extrinsicseq.Model `json:"transactions"` }
func ToDetailsView ¶
func ToDetailsView(m *blockseq.Model, s syncable.Model, ts []extrinsicseq.Model) (*DetailsView, errors.ApplicationError)
Click to show internal directories.
Click to hide internal directories.