RPCSignFor class
The sign_for command provides one signature for a multi-signed transaction. By default, this method is admin-only. It can be used as a public method if the server has enabled public signing. This command requires the MultiSign amendment to be enabled. See sign_for
- Inheritance
-
- Object
- LookupByLedgerRequest
- XRPLedgerRequest<
Map< String, dynamic> > - RPCSignFor
Constructors
- RPCSignFor.new({required XRPTransaction transaction, required String account, String? secret, String? seed, String? seedHex, String? passphrase, XRPKeyAlgorithm? keyType})
Properties
- account → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyType → XRPKeyAlgorithm?
-
final
- ledgerIndex → XRPLLedgerIndex?
-
The ledger index for the lookup.
finalinherited
- method → String
-
The RPC method associated with the request.
no setteroverride
- passphrase → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
final
- seed → String?
-
final
- seedHex → String?
-
final
- transaction → XRPTransaction
-
final
- validate → String?
-
Gets the validation status for the request (default is null == params is valid).
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResonse(
Map< String, dynamic> result) → Map<String, dynamic> -
Handles the response received from the RPC call.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the request to JSON representation.
override
-
toRequest(
int requestId) → RPCRequestDetails -
Converts the request to an RPCRequestDetails object.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited