layers property

List<List<Uint8List>> layers

Returns array of all layers of Merkle Tree, including leaves and root.

Implementation

List<List<Uint8List>> get layers {
  return _layers;
}