massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / client_token.pyi
1 from typing import Any
2
3 from braintree import exceptions as exceptions
4 from braintree.configuration import Configuration as Configuration
5 from braintree.signature_service import SignatureService as SignatureService
6 from braintree.util.crypto import Crypto as Crypto
7
8 class ClientToken:
9     @staticmethod
10     def generate(params: Any | None = ..., gateway: Any | None = ...): ...
11     @staticmethod
12     def generate_signature(): ...