UNPKG

supra-l1-sdk-core

Version:

Core of the Supra-L1-SDK

13 lines (11 loc) 305 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * A string containing a 256-bit unsigned integer. * * We represent u256 values as a string to ensure compatibility with languages such * as JavaScript that do not parse u256s in JSON natively. * */ export type U256 = string;