SDK Gateway Functions
Functions
Description
async initialize(network?: NetworkNames)async destroy(network?: NetworkNames)async getNativeBalance(network?: NetworkNames)erc1155(collectionAddress: string, network?: NetworkNames)erc20(tokenAddress: string, network?: NetworkNames)erc721(collectionAddress: string, network?: NetworkNames)getAptosInstance(network: NetworkNames)getProvider(network: NetworkNames): providers.JsonRpcProvider isNetworkActive(networkName: string): booleansetCurrentInstance(network: NetworkNames)Last updated