SignerResult constructor

SignerResult(
  1. List<int> signedData
)

Initializes a new instance of the SignerResult class with signed data.

Implementation

SignerResult(this.signedData);