File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.3.2
4+
5+ - Export the ` sign_payload ` function.
6+
37## 1.3.1
48
59- Export the ` BackingSignature ` class.
Original file line number Diff line number Diff line change 11[metadata]
22name = uma-sdk
3- version = 1.3.1
3+ version = 1.3.2
44description = Python SDK for UMA (universal money address)
55long_description = file: README.md
66long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 3535from uma .protocol .post_tx_callback import PostTransactionCallback , UtxoWithAmount
3636from uma .protocol .pubkey_response import PubkeyResponse
3737from uma .public_key_cache import InMemoryPublicKeyCache , IPublicKeyCache
38+ from uma .signing_utils import sign_payload
3839from uma .type_utils import none_throws
3940from uma .uma import (
4041 create_compliance_payer_data ,
You can’t perform that action at this time.
0 commit comments