You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Transaction class should be refactored with the following improvements in mind:
Bigints should be accepted for key fields, like appID
The type of an input should not need to be the exact same as the internal field's representation (e.g. can accept number | bigint, but can store the field as bigint internally)
The text was updated successfully, but these errors were encountered:
The
Transaction
class should be refactored with the following improvements in mind:appID
number | bigint
, but can store the field asbigint
internally)The text was updated successfully, but these errors were encountered: