API
| Function | Signature |
|---|---|
from | (input) => Effect<StorageValueType, InvalidLengthError> |
fromBigInt | (n) => Effect<StorageValueType, Error> |
zero | () => StorageValueType (sync) |
StorageValueSchema | Accepts hex string, Uint8Array, bigint, number |
32-byte EVM storage slot values
| Function | Signature |
|---|---|
from | (input) => Effect<StorageValueType, InvalidLengthError> |
fromBigInt | (n) => Effect<StorageValueType, Error> |
zero | () => StorageValueType (sync) |
StorageValueSchema | Accepts hex string, Uint8Array, bigint, number |