Skip to content

Commit

Permalink
Update sui-support.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalroute authored Oct 29, 2024
1 parent a517d66 commit 454f2f8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ const main = async () => {
}

async function signAndSendTx(
client: SuiClient,
txb: Transaction | Uint8Array,
signer: typeof Ed25519Keypair
client,
txb,
signer
) {
return await client.signAndExecuteTransaction({
transaction: txb,
Expand Down

0 comments on commit 454f2f8

Please sign in to comment.