Hash
type Hash: `0x${string}`;
Alias for a hash value. It must be a string that begins with "0x". Commonly used to represent transaction or block hashes.
Defined in
packages/sdk-base/src/index.ts:31
type Hash: `0x${string}`;
Alias for a hash value. It must be a string that begins with "0x". Commonly used to represent transaction or block hashes.
packages/sdk-base/src/index.ts:31