GetTxPoolContentRequest constructor

GetTxPoolContentRequest({
  1. PayloadType? payloadType,
})

Implementation

factory GetTxPoolContentRequest({
  $0.PayloadType? payloadType,
}) {
  final _result = create();
  if (payloadType != null) {
    _result.payloadType = payloadType;
  }
  return _result;
}