CardanoIcarusSeedGenerator class

A class responsible for generating Cardano Icarus seeds from mnemonics.

Constructors

CardanoIcarusSeedGenerator(String mnemonic, {Bip39Languages? language})
Constructor to create a seed generator for Cardano Icarus wallets.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generate() List<int>
Generates and returns the Cardano Icarus seed as a List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited