Home > @infiniteobjects/data-types > BlockchainNetworkPointer
An abstract class referencing to an specific Blockchain Network.
Signature:
export declare abstract class BlockchainNetworkPointer implements IBlockchainNetworkPointer
Implements: IBlockchainNetworkPointer
| Property | Modifiers | Type | Description |
|---|---|---|---|
| chainId | abstract |
Blockchain | Blockchain one off Blockchain enumeration values. ‘eth’ |
| id | readonly |
string | Identifier |
| networkId | BlockchainNetwork | Network id one off BlockchainNetwork enumeration values. ‘mainnet’ | |
| networkName | <p>abstract</p><p>readonly</p> |
string | The network name used to connect to the blockchain |