stellar_flutter_sdk
stellar_flutter_sdk
Wallet
fromBip39Seed method
fromBip39Seed
stellar_flutter_sdk
stellar_flutter_sdk
Wallet
fromBip39Seed method
Wallet class
Properties
hashCode
runtimeType
Methods
getAccountId
getKeyPair
noSuchMethod
toString
Operators
operator ==
Static methods
from
fromBip39HexSeed
fromBip39Seed
generate
generate12WordsMnemonic
generate24WordsMnemonic
validate
fromBip39Seed
method
Future
<
Wallet
>
fromBip39Seed
(
Uint8List
seed
)
Implementation
static Future<Wallet> fromBip39Seed(Uint8List seed) async { return Wallet._init(seed); }