formatSign
Defined in: account-kit/wallet-client/src/client/actions/formatSign.ts:41
Formats a signature request for signing messages or transactions.
Example
Type Parameters
Parameters
Returns
Promise
<{
signature
: `0x${string}`
;
}>
A Promise that resolves to the formatSign result containing the formatted signature.