You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/packages/connect/methods/cardanoSignTransaction.md
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ const result = await TrezorConnect.cardanoSignTransaction(params);
36
36
-`derivationType` — _optional_`CardanoDerivationType` enum. Determines used derivation type. Default is set to ICARUS_TREZOR=2.
37
37
-`includeNetworkId` — _optional_`Boolean`. Determines whether `networkId` should be explicitly serialized into the transaction body. Default is `false`.
38
38
-`chunkify` — _optional_`boolean` determines if recipient address will be displayed in chunks of 4 characters. Default is set to `false`
39
+
-`tagCborSets` - _optional_`boolean` determines if CBOR arrays intended to be sets will be encoded with tag 258. Default is set to `false`
0 commit comments