
convex-api-py API Documentation
These docs are API Reference docs.
Contents
- Account class
- API class
API
API.create_account()
API.get_account_info()
API.get_address()
API.get_balance()
API.load_account()
API.load_contract()
API.query()
API.register_account_name()
API.registry
API.request_funds()
API.resolve_account_name()
API.resolve_name()
API.send()
API.setup_account()
API.topup_account()
API.transfer()
API.transfer_account()
- KeyPair class
KeyPair
KeyPair.add_0x_prefix()
KeyPair.export_to_file()
KeyPair.export_to_mnemonic
KeyPair.export_to_text()
KeyPair.hex_to_bytes()
KeyPair.import_from_bytes()
KeyPair.import_from_file()
KeyPair.import_from_mnemonic()
KeyPair.import_from_text()
KeyPair.is_equal()
KeyPair.is_hexstr()
KeyPair.is_public_key()
KeyPair.is_public_key_checksum()
KeyPair.is_public_key_hex()
KeyPair.public_key
KeyPair.public_key_api
KeyPair.public_key_bytes
KeyPair.public_key_checksum
KeyPair.remove_0x_prefix()
KeyPair.sign()
KeyPair.to_bytes()
KeyPair.to_hex()
KeyPair.to_public_key_checksum()
- Exceptions Module