massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / signature_service.pyi
1 from typing import Any
2
3 from braintree.util.crypto import Crypto as Crypto
4
5 class SignatureService:
6     private_key: Any
7     hmac_hash: Any
8     def __init__(self, private_key, hashfunc=...) -> None: ...
9     def sign(self, data): ...
10     def hash(self, data): ...