RPCSignFor constructor

RPCSignFor({
  1. required XRPTransaction transaction,
  2. required String account,
  3. String? secret,
  4. String? seed,
  5. String? seedHex,
  6. String? passphrase,
  7. XRPKeyAlgorithm? keyType,
})

Implementation

RPCSignFor({
  required this.transaction,
  required this.account,
  this.secret,
  this.seed,
  this.seedHex,
  this.passphrase,
  this.keyType,
});