Class RevokeSponsorshipOp.RevokeSponsorshipOpSigner

java.lang.Object
org.stellar.sdk.xdr.RevokeSponsorshipOp.RevokeSponsorshipOpSigner
Enclosing class:
RevokeSponsorshipOp

public static class RevokeSponsorshipOp.RevokeSponsorshipOpSigner extends Object
RevokeSponsorshipOpSigner's original definition in the XDR file is:
 struct
     {
         AccountID accountID;
         SignerKey signerKey;
     }