sdk.coldwallet._constructor_
Home > @blaze-cardano/sdk > 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 |
The address of the wallet. | |
networkId |
The network ID of the wallet. | |
provider |
The provider of the wallet. |