Context

Context in which the SDK is being used

  • Holds the current instance of the contract wrappers

  • Holds the current wallet

  • Holds the factories that create and cache entities

Hierarchy

  • Context

Index

Constructors

Properties

Constructors

constructor

+ new Context(params: ConstructorParams): Context

Defined in src/Context.ts:45

Parameters:

Name

Type

params

Returns: Context

Properties

contractWrappers

contractWrappers: PolymathBase

Defined in src/Context.ts:41

currentWallet

currentWallet: Wallet

Defined in src/Context.ts:43

factories

factories: Factories

Defined in src/Context.ts:45

Last updated