Documentation ¶
Index ¶
- Constants
- Variables
- func AddChain(genBlock *im.GenBlock, ind *core.IpfsNode, r bool) error
- func Conn(ctx context.Context, chainId string, ind *core.IpfsNode, acc EAccount.Account) error
- func DisconnectionAll()
- func GenBlocksMap(ind *core.IpfsNode) (map[string]*im.GenBlock, error)
- func ReadMergeFromCID(ctx context.Context, ind *core.IpfsNode, c cid.Cid) VDBMerge.CVFSMerger
- type Chain
Constants ¶
View Source
const AChainMapKey = "AChainMapKey"
Variables ¶
View Source
var ( ErrAlreadyExistConnected = errors.New("chan already exist connected") ErrCantLinkToChainExpected = errors.New("not found chain in Aya") ErrMergeFailed = errors.New("CVFS merge failed") ErrMergeInvalidChainID = errors.New("invalid chain id") ErrMergeInvalidLatest = errors.New("invalid latest block") ErrMergeNonlinear = errors.New("nonlinear merge batch ") )
Functions ¶
func DisconnectionAll ¶
func DisconnectionAll()
func ReadMergeFromCID ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.