helium_py.transactions.payment.Payment¶
- class helium_py.transactions.payment.Payment(payee: Address, amount: int, memo: Optional[bytes])[source]¶
Bases:
object
Payment Class providing protocol buffer serialization and deserialization of Payments.
Methods
__init__
(payee, amount, memo)Deserialize a list of Protocol Buffer Payment objects into a list of this Payment Dataclass.
payment_list_to_proto
(payment_list)Serialize a list of this Payment Dataclass into a list of Protocol Buffer Payment objects.
Attributes
payee
amount
memo