Skip to content

Commit df3faf2

Browse files
authored
Merge pull request #508 from reown-com/devin/1735203646-add-sui-transaction-field-note
Add BCS transaction data clarification to SUI RPC methods
2 parents 7cc604b + 5085c7f commit df3faf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

advanced/multichain/rpc-reference/sui-rpc.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sign a Sui transaction without executing it.
1616
#### Parameters
1717

1818
1. `transaction` (object) - The transaction to sign:
19-
- `transaction` (string) - The base64 encoded transaction block
19+
- `transaction` (string) - The base64 encoded, BCS encoded, transaction data
2020
- `address` (string) - The sender's Sui address
2121

2222
#### Returns
@@ -57,7 +57,7 @@ Sign and execute a Sui transaction.
5757
#### Parameters
5858

5959
1. `transaction` (object) - The transaction to sign and execute:
60-
- `transaction` (string) - The base64 encoded transaction block
60+
- `transaction` (string) - The base64 encoded, BCS encoded, transaction data
6161
- `address` (string) - The sender's Sui address
6262

6363
#### Returns

0 commit comments

Comments
 (0)