Skip to content

Commit

Permalink
deprecating unused values
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Oct 2, 2024
1 parent 6be1b75 commit f23b164
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/account/src/providers/transaction-summary/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,26 @@ export enum OperationName {
transfer = 'Transfer asset',
contractCall = 'Contract call',
receive = 'Receive asset',
/**
* @deprecated This value was added by mistake and has never been used.
* It will be removed in future versions.
*/
mint = 'Mint asset',
/**
* @deprecated This value was added by mistake and has never been used.
* It will be removed in future versions.
*/
predicatecall = 'Predicate call',
/**
* @deprecated This value was added by mistake and has never been used.
* It will be removed in future versions.
*/
script = 'Script',
/**
* @deprecated This value was added by mistake and has never been used.
* It will be removed in future versions.
*/
sent = 'Sent asset',
withdrawFromFuel = 'Withdraw from Fuel',
}

Expand Down

0 comments on commit f23b164

Please sign in to comment.