wallet.coldwallet._constructor_
Home > @blaze-cardano/wallet > ColdWallet > (constructor)
ColdWallet.(constructor)
Constructs a new instance of the ColdWallet class.
Signature:
constructor(address: Address, networkId: NetworkId, provider: Provider);
Parameters
| Parameter | Type | Description | 
|---|---|---|
| address | Address | The address of the wallet. | 
| networkId | NetworkId | The network ID of the wallet. | 
| provider | Provider | The provider of the wallet. |