Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
138 lines (78 loc) · 2.48 KB

_registry_.registry.md

File metadata and controls

138 lines (78 loc) · 2.48 KB

Hierarchy

Registry

Constructors

constructor

new Registry(api: Api): Registry

Defined in registry.ts:29

Parameters:

Param Type
api Api

Returns: Registry


Methods

_createGetParams

_createGetParams(_name: string, key: string): any[]

Defined in registry.ts:136

Parameters:

Param Type
_name string
key string

Returns: any[]


fetchContract

fetchContract(): any

Defined in registry.ts:95

Returns: any


getContract

getContract(_name: string): any

Defined in registry.ts:64

Parameters:

Param Type
_name string

Returns: any


getContractInstance

getContractInstance(_name: string): any

Defined in registry.ts:89

Parameters:

Param Type
_name string

Returns: any


getInstance

getInstance(): any

Defined in registry.ts:37

Returns: any


lookupAddress

lookupAddress(name: string): any

Defined in registry.ts:143

Parameters:

Param Type
name string

Returns: any


lookupMeta

lookupMeta(name: string, key: string): any

Defined in registry.ts:154

Parameters:

Param Type
name string
key string

Returns: any