Function: requestSessionKey()
function requestSessionKey(contractAddress: `0x${string}`): Promise<void>;
Defined in: packages/core/lib/functions.ts:56
Requests a session key that makes it possible to transaction with the given contract without user approval (i.e. popups). Nothing is returned: instead transaction requests for the given contracts are automatically approved.
Parameters
contractAddress
`0x${string}`
Returns
Promise
<void
>