SignBlobRequest constructor

SignBlobRequest({
  1. String? bytesToSign,
})

Implementation

SignBlobRequest({
  this.bytesToSign,
});