Skip to content

Commit

Permalink
Merge pull request #153 from KeystoneHQ/stellar
Browse files Browse the repository at this point in the history
feat: add support for Stellar transaction hash signing
  • Loading branch information
Charon-Fan authored May 31, 2024
2 parents a2bc6a8 + bcf9f24 commit 7db217d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ur-registry-stellar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystonehq/bc-ur-registry-stellar",
"version": "0.0.1",
"version": "0.0.2",
"description": "bc-ur-registry extension for Stellar",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/ur-registry-stellar/src/StellarSignRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const { decodeToDataItem, RegistryTypes } = extend;

export enum SignType {
Transaction = 1,
Message = 2,
TransactionHash,
Message,
}

enum Keys {
Expand Down

0 comments on commit 7db217d

Please sign in to comment.