lebBigInteger static method

Layout<BigInt> lebBigInteger(
  1. BigIntLayout validator, {
  2. String? property,
})

Implementation

static Layout<BigInt> lebBigInteger(
  BigIntLayout validator, {
  String? property,
}) {
  return LEBBigIntegerLayout(validator, property: property);
}