Properties
| Property | Type | Description |
|---|---|---|
evmAccount | EvmAddress | The EVM account to sign the hash with. |
hash | Hex | The hash to sign. |
type SignEvmHashOptions = {
evmAccount: EvmAddress;
hash: Hex;
};
| Property | Type | Description |
|---|---|---|
evmAccount | EvmAddress | The EVM account to sign the hash with. |
hash | Hex | The hash to sign. |
Was this page helpful?