XRPLSigners class
One Signer in a multi-signature. A multi-signed transaction can have an array of up to 8 Signers, each contributing a signature, in the Signers field.
Constructors
- XRPLSigners.new({required String account, required String txnSignature, required String signingPubKey})
-
XRPLSigners.fromJson(Map<
String, dynamic> json)
Properties
- account → String
-
account The address of the Signer. This can be a funded account in the XRP Ledger or an unfunded address.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signingPubKey → String
-
signingPubKey The public key that should be used to verify this Signer's signature.
final
- txnSignature → String
-
txnSignature The signature that this Signer provided for this transaction.
final
- validate → String?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the object to a JSON representation.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited