SetonixAccount constructor

SetonixAccount({
  1. required Uint8List privateKey,
  2. required Uint8List publicKey,
  3. required String name,
})

Implementation

SetonixAccount({
  required this.privateKey,
  required this.publicKey,
  required this.name,
});