read abstract method

Future<Ledger?> read(
  1. String blueprint
)

The ledger for blueprint, or null if it has never been applied here.

Implementation

Future<Ledger?> read(String blueprint);