Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Type = &chainType{}
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct {
// contains filtered or unexported fields
}
func (*Record) Parents ¶
func (r *Record) Parents(ctx cxt.Context, ds dag.DAGService) ([]*Record, error)
Node returns a DAG.Node representing the Record.
func (*Record) Validity ¶
Data returns data carried (or linked) by the record used in determining validity
Click to show internal directories.
Click to hide internal directories.