decodeScale method

LayoutDecodeResult<BigInt> decodeScale(
  1. int offset
)

Implementation

LayoutDecodeResult<BigInt> decodeScale(int offset) {
  return LayoutSerializationUtils.decodeScale(_bytes, offset: offset);
}