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) Header(height uint64) (*flow.Header, error)
- func (d *Disk) Root() (uint64, 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) Transactions ¶
func (d *Disk) Transactions(height uint64) ([]*flow.TransactionBody, error)
Click to show internal directories.
Click to hide internal directories.