Interface LitContractResolverContext

Type for a contract resolver instance which will be used In place of LitContractContext for loading addresses of lit contracts an instance of LitContractContext can still be provided. which will be used for abi data.

Hierarchy

  • LitContractResolverContext

Indexable

[index: string]: string | LitContractContext | JsonRpcProvider | undefined | number

Properties

abi: any
contractContext?: LitContractContext
environment: number
provider?: JsonRpcProvider
resolverAddress: string

Generated using TypeDoc