Skip to content

Commit

Permalink
fixup! chore(cardano): update docs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielKerekes committed Sep 29, 2021
1 parent 276ad46 commit d611fc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/methods/cardanoSignTransaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ TrezorConnect.cardanoSignTransaction(params).then(function(result) {

#### `ORDINARY_TRANSACTION`

Represents an ordinary user transaction transferring funds. Witnesses are determined from the transaction parameters and from `additionalWitnessPaths`.
Represents an ordinary user transaction transferring funds, delegating stake or withdrawing rewards. The transaction will be witnessed by keys derived from paths included in the inputs, certificates and withdrawals. Additionaly, if token minting is present, transaction will also be witnessed by keys derived from paths included in `additionalWitnessRequests`.

The transaction
- *should* have valid `path` property on all `inputs`
Expand All @@ -61,8 +61,9 @@ The transaction
These restrictions are in place due to a possibility of maliciously signing *another* part of the transaction with the pool owner path as we are not displaying device-owned paths on the device screen.

#### MULTISIG_TRANSACTION
Represents a multi-sig transaction using native scripts. Witnesses are determined only from `additionalWitnessPaths`.
Represents a multi-sig transaction using native scripts. The transaction will only be signed by keys derived from paths included in `additionalWitnessRequests`.

The transaction
- *must* have `path` undefined on all `inputs`
- *must not* contain output addresses given by parameters
- *must not* contain a pool registration certificate
Expand Down

0 comments on commit d611fc3

Please sign in to comment.