menu
stellar_flutter_sdk
stellar_flutter_sdk
Wallet
fromBip39Seed static method
fromBip39Seed
brightness_4
brightness_5
fromBip39Seed
static method
Future
<
Wallet
>
fromBip39Seed
(
Uint8List
seed
)
Implementation
static Future<Wallet> fromBip39Seed(Uint8List seed) async { return Wallet._init(seed); }
stellar_flutter_sdk
stellar_flutter_sdk
Wallet
fromBip39Seed static method
Wallet class