Function execute

Source
pub async fn execute<B, C>(client: Arc<C>) -> Result<String, String>
where B: BlockT, C: ProvideRuntimeApi<B> + Send + Sync + 'static + HeaderBackend<B>, C::Api: GetGenesisUtxo<B>,
Expand description

Retrieves the genesis UTXO from the on-chain storage. This function should be used by a CLI command.