SigningPayload constructor

SigningPayload(
  1. String hex_bytes,
  2. String? address,
  3. AccountIdentifier? account_identifier,
  4. String? signature_type,
)

Implementation

SigningPayload(this.hex_bytes, this.address, this.account_identifier,
    this.signature_type);