mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-04 12:45:55 +01:00
rename amount
This commit is contained in:
5
bindings/cashu-ffi/bindings-python/examples/amount.py
Normal file
5
bindings/cashu-ffi/bindings-python/examples/amount.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from cashu_protocol import Amount
|
||||
|
||||
amount = Amount().from_sat(10)
|
||||
|
||||
print(amount.to_sat())
|
||||
Reference in New Issue
Block a user