decodeValue method

  1. @override
BigInt decodeValue(
  1. Pipe x,
  2. CType t
)
override

Implementation

@override
BigInt decodeValue(Pipe x, CType t) {
  checkType(t);
  return lebDecode(x);
}