Transact
Transacting/Signing Transactions with the Cloud Wallet Plugin is as simple as calling the Sign-Method on the previously initialized CloudWalletPlugin-instance while passing a EosSharp Action Object.
To be able to perform a transaction, a user needs to login first. Once a user has been logged in, the Plugin will automatically use the the logged in user to sign transactions.
Once the Sign-Method is called (while a user has previously logged in and a valid Action Object has been passed) the user will automatically be prompted with the typical Wax Cloud Authentication and Signing-Scheme.
If "Auto-Signing" is enabled, transactions will be signed automatically.
Immediately a Transaction-Signing is successful, the OnTransactionSigned-Handler will be called (see the Quick-Start example)
If an error occurs, the OnError-Handler will be called (see the Quick-Start example)
Last updated