lebI256 static method

Layout<BigInt> lebI256({
  1. String? property,
})

Implementation

static Layout<BigInt> lebI256({String? property}) {
  return LEBBigIntegerLayout(i256(), property: property);
}