Sending Transactions
To send a transaction with Hyphen Android SDK
Sending Transactions
How to send a transaction with the Hyphen Flutter SDK
Creating, Signing, and Sending Transactions
To create, sign, and send transactions with the Hyphen Flutter SDK, follow these steps:
cadenceScript
: The Cadence script to be executed in the transaction.arguments
: List of arguments for the transaction.withAuthorizer
: A boolean indicating whether the transaction requires an authorizer.txId
: The transaction ID returned by thesignAndSendTransaction
method.
Last updated
Was this helpful?