Class LedgerEntryExtensionV1

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

public class LedgerEntryExtensionV1 extends Object
LedgerEntryExtensionV1's original definition in the XDR file is:
 struct LedgerEntryExtensionV1
 {
     SponsorshipDescriptor sponsoringID;

     union switch (int v)
     {
     case 0:
         void;
     }
     ext;
 };