SigningPayload constructor

const SigningPayload(
  1. String hexBytes,
  2. String? address,
  3. AccountIdentifier? accountIdentifier,
  4. String? signatureType,
)

Implementation

const SigningPayload(
  this.hexBytes,
  this.address,
  this.accountIdentifier,
  this.signatureType,
);