Sign and Execute Transaction
Last updated
Last updated
Once an application is connected to Martian wallet via the method, the app can request the user to sign and execute the transaction on the Sui Network using window.martian.sui.signAndExecuteTransaction()
and it will return a that resolves when the user accepts the request and rejects (throw when awaited) when the user declines the request or the request is not valid/fails. It takes one parameter listed below
input: { transactionBlockSerialized: Serialized , options: }
Here is an example code that demonstrates how to call the signAndExecuteTransactionBlock API on the Sui Network using Martian Wallet:
By using this function, developers can easily integrate their applications with the Sui Network and leverage the security and decentralization provided by the Sui blockchain.