Skip to content

Commit

Permalink
Merge pull request #429 from LF-Decentralized-Trust-labs/failure-message
Browse files Browse the repository at this point in the history
sdk: expose failureMessage on receipts
  • Loading branch information
dwertent authored Nov 12, 2024
2 parents a1f48f0 + adfc640 commit c9c956f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sdk/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lfdecentralizedtrust-labs/paladin-sdk",
"version": "0.0.1",
"version": "0.0.2-alpha.1",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions sdk/typescript/src/interfaces/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export interface ITransactionReceipt {
contractAddress?: string;
};
};
failureMessage?: string;
}

export interface ITransactionStates {
Expand Down

0 comments on commit c9c956f

Please sign in to comment.