Documentation
¶
Index ¶
- func Components(coreCfg core.Config, keyCfg key.Config) fx.Option
- func CoreAccessor(coreIP, coreRPC, coreGRPC string) ...
- func Keyring(cfg key.Config) func(keystore.Keystore, params.Network) (*apptypes.KeyringSigner, error)
- func Service(ctx context.Context, lc fx.Lifecycle, accessor state.Accessor, ...) *state.Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Components ¶
Components provides all components necessary to construct the state service.
func CoreAccessor ¶
func CoreAccessor( coreIP, coreRPC, coreGRPC string, ) func(fx.Lifecycle, *apptypes.KeyringSigner, *sync.Syncer) (state.Accessor, error)
CoreAccessor constructs a new instance of state.Accessor over a celestia-core connection.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.