Versions in this module Expand all Collapse all v0 v0.11.5 Nov 24, 2023 v0.10.7 Nov 23, 2023 Changes in this version + type NewDA struct + DA newda.DA + func (n *NewDA) Init(namespaceID types.NamespaceID, config []byte, kvStore ds.Datastore, ...) error + func (n *NewDA) RetrieveBlocks(ctx context.Context, dataLayerHeight uint64) da.ResultRetrieveBlocks + func (n *NewDA) Start() error + func (n *NewDA) Stop() error + func (n *NewDA) SubmitBlocks(ctx context.Context, blocks []*types.Block) da.ResultSubmitBlocks