pub fn new_full<Block, Client>(
client: Arc<Client>,
executor: SubscriptionTaskExecutor,
) -> Chain<Block, Client>where
Block: BlockT + 'static,
Block::Header: Unpin,
Client: BlockBackend<Block> + HeaderBackend<Block> + BlockchainEvents<Block> + 'static,
Expand description
Create new state API that works on full node.