rollmint icon indicating copy to clipboard operation
rollmint copied to clipboard

Use Options to configure DataAvailabilityLayerClient

Open gupadhyaya opened this issue 1 year ago • 0 comments

Currently, the Init api of DataAvailabilityLayerClient takes a couple of types.NamespaceID and config as []byte.

Init(headerNamespaceID, dataNamespaceID types.NamespaceID, config []byte, kvStore ds.Datastore, logger log.Logger) error

but, we should move to using Options for such configurations.

gupadhyaya avatar Apr 19 '23 19:04 gupadhyaya