fromBip39Seed method

Wallet fromBip39Seed (
  1. Uint8List seed
)

Implementation

static Wallet fromBip39Seed(Uint8List seed) {
  return Wallet._init(seed);
}