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({required String account, required String txnSignature, required String signingPubKey})
account The address of the Signer. This can be a funded account in the XRP Ledger or an unfunded address. txnSignature The signature that this Signer provided for this transaction. signingPubKey The public key that should be used to verify this Signer's signature.
XRPLSigners.fromJson(Map<String, dynamic> json)

Properties

account String
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
final
txnSignature 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