SigningPayload class
SigningPayload is signed by the client with the keypair associated with an accountIdentifier using the specified signatureType. signatureType can be optionally populated if there is a restriction on the signature scheme that can be used to sign the payload.
- Annotations
-
- @immutable
Constructors
- SigningPayload(String hexBytes, String? address, AccountIdentifier? accountIdentifier, String? signatureType)
-
const
-
SigningPayload.fromJson(Map<
String, dynamic> map) -
factory
Properties
- accountIdentifier → AccountIdentifier?
-
final
- address → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hexBytes → String
-
DEPRECATED by `account_identifier` in `v1.4.4`
The network-specific address of the account that should sign the payload.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signatureType → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited