SignedBlock constructor

const SignedBlock({
  1. required Uint8List block,
  2. required String typeUrl,
  3. required Uint8List signature,
})

Implementation

const SignedBlock({
  required this.block,
  required this.typeUrl,
  required this.signature,
});