transactionIsRbf static method

bool transactionIsRbf(
  1. List<int> sequences
)

Implementation

static bool transactionIsRbf(List<int> sequences) =>
    sequences.any(isRbfSignaled);