getKeyPair method
Return a copy of the key pair.
Implementation
auth.KeyPair getKeyPair() {
return Ed25519KeyPair(publicKey: _publicKey, secretKey: _seed);
}
Return a copy of the key pair.
auth.KeyPair getKeyPair() {
return Ed25519KeyPair(publicKey: _publicKey, secretKey: _seed);
}