Connection
Hierarchy
- Connection
Index
Constructors
Properties
Methods
Constructors
constructor
+ new Connection(networkId
: string, provider
: Provider, signer
: Signer): Connection
Defined in connection.ts:25
Parameters:
Name | Type |
---|---|
networkId | string |
provider | Provider |
signer | Signer |
Returns: Connection
Properties
networkId
• networkId: string
Defined in connection.ts:23
provider
• provider: Provider
Defined in connection.ts:24
signer
• signer: Signer
Defined in connection.ts:25
Methods
Static
fromConfig
▸ fromConfig(config
: any): Connection
Defined in connection.ts:33
Parameters:
Name | Type |
---|---|
config | any |
Returns: Connection