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