TransactionSignature constructor

TransactionSignature({
  1. String? signature,
})

Implementation

TransactionSignature({
  this.signature,
});