mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
correct types
This commit is contained in:
@@ -10,9 +10,9 @@ from xrpl.utils import xrp_to_drops
|
|||||||
my_payment = Payment(
|
my_payment = Payment(
|
||||||
account=test_wallet_1.classic_address,
|
account=test_wallet_1.classic_address,
|
||||||
amount=xrp_to_drops(22),
|
amount=xrp_to_drops(22),
|
||||||
fee=xrp_to_drops(10),
|
fee="10",
|
||||||
destination="rPT1Sjq2YGrBMTttX4GZHjKu9dyfzbpAYe",
|
destination="rPT1Sjq2YGrBMTttX4GZHjKu9dyfzbpAYe",
|
||||||
sequence="16126889",
|
sequence=16126889,
|
||||||
)
|
)
|
||||||
print("Payment object:", my_payment)
|
print("Payment object:", my_payment)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user