fromHex static method

ByteInput fromHex(
  1. String hex
)

Implementation

static ByteInput fromHex(String hex) => ByteInput(decodeHex(hex));