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