class
Hamilton::Types::StarTransactions
- Hamilton::Types::StarTransactions
- Reference
- Object
Overview
Contains a list of Telegram Star transactions.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/star_transaction.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#transactions : Array(Hamilton::Types::StarTransaction)
The list of transactions.
-
#transactions=(transactions : Array(Hamilton::Types::StarTransaction))
The list of transactions.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
def transactions=(transactions : Array(Hamilton::Types::StarTransaction))
#
The list of transactions.