Skip to content

Commit

Permalink
Revert changes for renaming package to smartContract
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyshchyshyn committed Dec 19, 2024
1 parent 6957be2 commit 1e987fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/StoredValue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export class StoredValue {
/**
* The stored package information, typically a contract or executable package.
*/
@jsonMember({ name: 'SmartContract', constructor: Package })
smartContract?: Package;
@jsonMember({ name: 'Package', constructor: Package })
package?: Package;

/**
* The stored bytecode, representing compiled contract or executable code.
Expand Down

0 comments on commit 1e987fb

Please sign in to comment.