Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 7071974

Browse files
authored
feat(stx-metadata): add origin (#564)
1 parent 7f8096d commit 7071974

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add optional `origin` field to `SentinelMeta` type for transaction origin tracking
13+
1014
## [22.3.0]
1115

1216
### Changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export type SentinelMeta = {
1010
kind?: Kind;
1111
client?: string;
1212
wallet?: string;
13+
origin?: string;
1314
};
1415

1516
// This list does not belong here, but as these are reported to tx-sentinel, it is ok to have it here for now.

0 commit comments

Comments
 (0)