menu
thor_request_dart package
documentation
codec.dart
encodeInt function
encodeInt function
dark_mode
light_mode
encodeInt
function
Uint8List
encodeInt
(
int
v
)
Implementation
Uint8List encodeInt(int v) { return encodeUint256(BigInt.from(v)); }
thor_request_dart package
documentation
codec
encodeInt function
codec library