web3-eth-accountsFunctionstoUint8ArraytoUint8Array CallabletoUint8Array(v: ToBytesInputTypes): Uint8ArrayAttempts to turn a value into a Uint8Array. Inputs supported: Uint8Array String (hex-prefixed), Number, null/undefined, BigInt and other objects with a toArray() or toUint8Array() method.Parametersv: ToBytesInputTypesthe valueReturns Uint8Array
Attempts to turn a value into a
Uint8Array. Inputs supported:Uint8ArrayString(hex-prefixed),Number, null/undefined,BigIntand other objects with atoArray()ortoUint8Array()method.