secretSeed property Null safety
Returns the human readable secret seed of this key pair.
Implementation
String get secretSeed => StrKey.encodeStellarSecretSeed(
ed25519.SigningKey.fromValidBytes(_mPrivateKey!).seed.asTypedList);
Returns the human readable secret seed of this key pair.
String get secretSeed => StrKey.encodeStellarSecretSeed(
ed25519.SigningKey.fromValidBytes(_mPrivateKey!).seed.asTypedList);