Documentation
¶
Index ¶
- type Disk
- func (d *Disk) Collections(height uint64) ([]*flow.LightCollection, error)
- func (d *Disk) Commit(height uint64) (flow.StateCommitment, error)
- func (d *Disk) Events(height uint64) ([]flow.Event, error)
- func (d *Disk) Guarantees(height uint64) ([]*flow.CollectionGuarantee, error)
- func (d *Disk) Header(height uint64) (*flow.Header, error)
- func (d *Disk) Results(height uint64) ([]*flow.TransactionResult, error)
- func (d *Disk) Root() (uint64, error)
- func (d *Disk) Seals(height uint64) ([]*flow.Seal, error)
- func (d *Disk) Transactions(height uint64) ([]*flow.TransactionBody, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Disk ¶
type Disk struct {
// contains filtered or unexported fields
}
func (*Disk) Collections ¶
func (d *Disk) Collections(height uint64) ([]*flow.LightCollection, error)
func (*Disk) Guarantees ¶ added in v1.1.0
func (d *Disk) Guarantees(height uint64) ([]*flow.CollectionGuarantee, error)
func (*Disk) Results ¶ added in v1.1.0
func (d *Disk) Results(height uint64) ([]*flow.TransactionResult, error)
func (*Disk) Transactions ¶
func (d *Disk) Transactions(height uint64) ([]*flow.TransactionBody, error)
Click to show internal directories.
Click to hide internal directories.