Skip to content

Commit

Permalink
feat(aptos): add tag? to transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
jccguimaraes committed Dec 13, 2024
1 parent e94cf9b commit b4b910c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ledger-live-common/src/families/aptos/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export type Transaction = TransactionCommon & {
estimate: TransactionEstimate;
firstEmulation: boolean;
errors?: TransactionErrors;
tag?: string;
};

export type TransactionRaw = TransactionCommonRaw & {
Expand Down

1 comment on commit b4b910c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bot] Testing with 'Nitrogen' ($0.00) ⏲ 5ms

What is the bot and how does it work? Everything is documented here!

Details of the 0 mutations
Portfolio ($0.00) – Details of the 0 currencies
Spec (accounts) State Remaining Runs (est) funds?

Performance ⏲ 5ms

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL N/A N/A N/A N/A N/A N/A N/A N/A

What is the bot and how does it work? Everything is documented here!

Please sign in to comment.