menu
polkadart package
documentation
scale_codec.dart
Input
fromHex static method
fromHex static method
dark_mode
light_mode
fromHex
static method
ByteInput
fromHex
(
String
hex
)
Implementation
static ByteInput fromHex(String hex) => ByteInput(decodeHex(hex));
polkadart package
documentation
scale_codec
Input
fromHex static method
Input mixin