Type alias InstanceParams

InstanceParams: {
    ignoreErrors?: boolean;
    provider: SupportedProvider;
}

A type representing the parameters to initialize an instance. provider is an optional SupportedProvider for blockchain interactions.

Type declaration