Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskp committed Jan 14, 2024
1 parent 4d7c1b9 commit fba08ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/packages/connect/methods/cardanoSignTransaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const result = await TrezorConnect.cardanoSignTransaction(params);
- `derivationType`_optional_ `CardanoDerivationType` enum. Determines used derivation type. Default is set to ICARUS_TREZOR=2.
- `includeNetworkId`_optional_ `Boolean`. Determines whether `networkId` should be explicitly serialized into the transaction body. Default is `false`.
- `chunkify`_optional_ `boolean` determines if recipient address will be displayed in chunks of 4 characters. Default is set to `false`
- `tagCborSets` - _optional_ `boolean` determines if cbor arrays intended to be sets will be encoded with tag 258. Default is set to `false`
- `tagCborSets` - _optional_ `boolean` determines if CBOR arrays intended to be sets will be encoded with tag 258. Default is set to `false`

### CardanoTxSigningMode

Expand Down

0 comments on commit fba08ee

Please sign in to comment.