Sign Transaction Block
Last updated
Last updated
Once an application is connected to Martian wallet via method, an app can request the user to sign a transaction using window.martian.sui.signTransaction()
and it will return a that resolves when the user accepts the request and reject (throw when awaited) when the user declines the request or request is not valid/fails. It takes one parameter listed below
input: { transactionBlockSerialized: Serialized , options: }
By using this method, users can securely sign transactions and ensure the safety of their assets on the Sui blockchain.