lotus/cmd/lotus-shed/shedgen/rawexport.go

8 lines
90 B
Go
Raw Normal View History

package shedgen
import "github.com/ipfs/go-cid"
type CarbNode struct {
Sub []cid.Cid
}