SignedData class

Result of signing operation

Constructors

SignedData({required Uint8List signer, required Uint8List signature, required Map<String, dynamic> extensions, required Map<String, dynamic> additionalSigned, required Uint8List callData, required Uint8List signingPayload})
const

Properties

additionalSigned Map<String, dynamic>
Additional signed data (not included in extrinsic)
final
callData Uint8List
The original call data
final
extensions Map<String, dynamic>
Extension values (for the extrinsic)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature Uint8List
The signature bytes
final
signatureHex String
Get hex representation of signature
no setter
signatureType SignatureType
Get the signature type based on signature length
no setter
signer Uint8List
The signer's public key
final
signerHex String
Get hex representation of signer
no setter
signingPayload Uint8List
The actual payload that was signed (for reference/debugging)
final
wasPayloadHashed bool
Was the signing payload hashed?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
summary() Map<String, dynamic>
Create a summary for debugging
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited