SignatureBlock constructor

SignatureBlock(
  1. Uint8List signature,
  2. int algoId
)

Implementation

SignatureBlock(this.signature, this.algoId);