getConfig

Get metadata of turbos contract.

Signature

getConfig(): Promise<Contract.Config>

Examples

const contract = await sdk.contract.getConfig();

Last updated