Class EncodedLedgerKey

java.lang.Object
org.stellar.sdk.xdr.EncodedLedgerKey
All Implemented Interfaces:
XdrElement

public class EncodedLedgerKey extends Object implements XdrElement
EncodedLedgerKey's original definition in the XDR file is:
 typedef opaque EncodedLedgerKey<>;
 
  • Constructor Details

    • EncodedLedgerKey

      public EncodedLedgerKey()
    • EncodedLedgerKey

      public EncodedLedgerKey(byte[] EncodedLedgerKey)
      Creates a new EncodedLedgerKey instance.
      Parameters:
      EncodedLedgerKey - the EncodedLedgerKey field value
  • Method Details