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