CosmosWallet constructor
const
CosmosWallet({
- required CosmosNetworkInfo networkInfo,
- required Uint8List address,
- required Uint8List privateKey,
- required Uint8List publicKey,
Implementation
const CosmosWallet({
required this.networkInfo,
required this.address,
required this.privateKey,
required this.publicKey,
});