Type alias InstanceParams

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

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

Type declaration

  • Optional ignoreErrors?: boolean
  • provider: SupportedProvider
  • Optional skipPubKeyFetch?: boolean