menu
coin package
documentation
coin_evm.dart
Rlp
decode static method
decode static method
dark_mode
light_mode
decode
static method
dynamic
decode
(
Uint8List
data
)
Implementation
static dynamic decode(Uint8List data) { final (result, _) = _decode(data, 0); return result; }
coin package
documentation
coin_evm
Rlp
decode static method
Rlp class