fromBip39Seed static method

Future<Wallet> fromBip39Seed(
  1. Uint8List seed
)

Implementation

static Future<Wallet> fromBip39Seed(Uint8List seed) async {
  return Wallet._init(seed);
}