Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store does storage interactions and verifications for blobs with DA.
func NewStore ¶
func NewStore(client *clients.EigenDAClient, v *verify.Verifier, log log.Logger, cfg *StoreConfig) (*Store, error)
func (Store) BackendType ¶
func (e Store) BackendType() store.BackendType
Backend returns the backend type for EigenDA Store
func (Store) Get ¶
Get fetches a blob from DA using certificate fields and verifies blob against commitment to ensure data is valid and non-tampered.
type StoreConfig ¶
Click to show internal directories.
Click to hide internal directories.