RPCSign constructor
RPCSign({
- required XRPTransaction transaction,
- String? secret,
- String? seed,
- String? seedHex,
- String? passphrase,
- XRPKeyAlgorithm? keyType,
- bool offline = false,
- bool? buildPath,
- int feeMulMax = 10,
- int feeDivMax = 1,
Implementation
RPCSign(
{required this.transaction,
this.secret,
this.seed,
this.seedHex,
this.passphrase,
this.keyType,
this.offline = false,
this.buildPath,
this.feeMulMax = 10,
this.feeDivMax = 1});