keyPair property
Implementation
KeyPair get keyPair => SimpleKeyPairData(
privateKey,
publicKey: SimplePublicKey(publicKey, type: KeyPairType.ed25519),
type: KeyPairType.ed25519,
);
KeyPair get keyPair => SimpleKeyPairData(
privateKey,
publicKey: SimplePublicKey(publicKey, type: KeyPairType.ed25519),
type: KeyPairType.ed25519,
);