Class PublicKey

java.lang.Object
org.stellar.sdk.xdr.PublicKey

public class PublicKey extends Object
PublicKey's original definition in the XDR file is:
 union PublicKey switch (PublicKeyType type)
 {
 case PUBLIC_KEY_TYPE_ED25519:
     uint256 ed25519;
 };