pylibsimba¶
Functions
|
Create an instance of a Simbachain API interaction class Automatically takes care of choosing the correct implementation and running initialisation. |
-
pylibsimba.
get_simba_instance
(url: str, wallet, api_key: str, management_key: str)¶ Create an instance of a Simbachain API interaction class Automatically takes care of choosing the correct implementation and running initialisation. :param url: The API URL :param wallet: The Wallet to use :param api_key: (Optional) The API key :param management_key: (Optional) The Management API key
- Returns
An initialised instance of the API interaction class
- Raises
NotImplementedError – If the url is unrecognised as a supported endpoint