menu
dart_ipfs
dart_ipfs.dart
KeyPair
KeyPair.new constructor
KeyPair.new
dark_mode
light_mode
KeyPair
constructor
KeyPair
(
String
publicKey
,
String
privateKey
)
Creates a new
KeyPair
.
Implementation
KeyPair(this.publicKey, this.privateKey);
dart_ipfs
dart_ipfs
KeyPair
KeyPair.new constructor
KeyPair class