Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DefinitionLoader

Implementors of this interface are responsible for loading contract's definitions - its source code, info about owner, initial state, etc. See ContractDefinition type for more details regarding what data is being loaded.

Hierarchy

  • DefinitionLoader

Implemented by

Index

Methods

Methods

load

  • load<State>(contractTxId: string, forcedSrcTxId?: string): Promise<ContractDefinition<State>>

Generated using TypeDoc