Class HashIDPreimage.HashIDPreimageRevokeID

java.lang.Object
org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageRevokeID
Enclosing class:
HashIDPreimage

public static class HashIDPreimage.HashIDPreimageRevokeID extends Object
HashIDPreimageRevokeID's original definition in the XDR file is:
 struct
     {
         AccountID sourceAccount;
         SequenceNumber seqNum;
         uint32 opNum;
         PoolID liquidityPoolID;
         Asset asset;
     }