Skip to content

Commit

Permalink
Rename StoredValue.prepaid to StoredValue.prepayment
Browse files Browse the repository at this point in the history
  • Loading branch information
Comp0te committed Dec 12, 2024
1 parent af3a92a commit 7665890
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 @@ -154,8 +154,8 @@ export class StoredValue {
/**
* Stores location, type and data for a gas pre-payment.
*/
@jsonMember({ name: 'Prepaid', constructor: PrepaymentKind })
prepaid?: PrepaymentKind;
@jsonMember({ name: 'Prepayment', constructor: PrepaymentKind })
prepayment?: PrepaymentKind;

/**
* The stored entry point value, typically representing an entry point in a smart contract.
Expand Down

0 comments on commit 7665890

Please sign in to comment.