Usage
connect()
must be called and WalletConnect session must be initiated.
The createEvent()
function requests the creation of an onchain transaction from a user.
We use the term “event” rather than “transaction” because not all onchain
transactions are financial in nature.
Here are the event types you can request creation for:
Here is the request payload you need to define:
The optional address field can be used to request event creation on behalf of a shared state account instead of the connected user.
Types
Additional related types can be found on the events page.