secretSeed property

String secretSeed

Returns the human readable secret seed of this key pair.

Implementation

String get secretSeed => StrKey.encodeStellarSecretSeed(
    ed25519.SigningKey.fromValidBytes(_mPrivateKey!).seed.asTypedList);