Transact (with a Session)
To transact with a session, create a method and pass an EosSharp Action-Object to it.
Call the method
await LinkSession.Transact(new TransactArgs(){Action = action)
to attempt the transaction.When this method is called from your UI or another script, the Transport will display a prompt and ask the user to sign the transaction containing the Action passed (without requiring the user to log in again).
Last updated