fromXdrPublicKey method
- XdrPublicKey key
Implementation
static KeyPair fromXdrPublicKey(XdrPublicKey key) {
return KeyPair.fromPublicKey(key.getEd25519().uint256);
}
static KeyPair fromXdrPublicKey(XdrPublicKey key) {
return KeyPair.fromPublicKey(key.getEd25519().uint256);
}