Hex
type Hex: `0x${string}`;
Alias for a hexadecimal value. It must be a string that begins with "0x". Typically used to represent public keys or signed messages in blockchain-related contexts.
Defined in
packages/sdk-base/src/index.ts:37
type Hex: `0x${string}`;
Alias for a hexadecimal value. It must be a string that begins with "0x". Typically used to represent public keys or signed messages in blockchain-related contexts.
packages/sdk-base/src/index.ts:37