File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
advanced/multichain/rpc-reference Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Sign a Sui transaction without executing it.
16
16
#### Parameters
17
17
18
18
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
20
20
- ` address ` (string) - The sender's Sui address
21
21
22
22
#### Returns
@@ -57,7 +57,7 @@ Sign and execute a Sui transaction.
57
57
#### Parameters
58
58
59
59
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
61
61
- ` address ` (string) - The sender's Sui address
62
62
63
63
#### Returns
You can’t perform that action at this time.
0 commit comments