Function
Static Public Summary | ||
public |
async getSimbaInstance(url: string, wallet: Wallet, apiKey: string, managementKey: string): Promise<Simbachain> Create an instance of a Simbachain API interaction class Automatically takes care of choosing the correct implementation and running asynchronous initialisation. |
Static Public
public async getSimbaInstance(url: string, wallet: Wallet, apiKey: string, managementKey: string): Promise<Simbachain> source
import {getSimbaInstance} from '@simbachain/libsimba-js/src/index.js'
Create an instance of a Simbachain API interaction class Automatically takes care of choosing the correct implementation and running asynchronous initialisation.