CosmosWallet constructor

const CosmosWallet({
  1. required CosmosNetworkInfo networkInfo,
  2. required Uint8List address,
  3. required Uint8List privateKey,
  4. required Uint8List publicKey,
})

Implementation

const CosmosWallet({
  required this.networkInfo,
  required this.address,
  required this.privateKey,
  required this.publicKey,
});