RPCSignFor constructor
RPCSignFor({
- required XRPTransaction transaction,
- required String account,
- String? secret,
- String? seed,
- String? seedHex,
- String? passphrase,
- XRPKeyAlgorithm? keyType,
Implementation
RPCSignFor({
required this.transaction,
required this.account,
this.secret,
this.seed,
this.seedHex,
this.passphrase,
this.keyType,
});