toXonly method

List<int> toXonly()

Implementation

List<int> toXonly() {
  return toBytes().sublist(1);
}