RPCTx constructor

RPCTx({
  1. required String transaction,
  2. int? maxLedger,
  3. int? minLedger,
  4. bool binary = false,
})

Implementation

RPCTx(
    {required this.transaction,
    this.maxLedger,
    this.minLedger,
    this.binary = false});