Package org.stellar.sdk.xdr
Class SorobanResourcesExtV0
java.lang.Object
org.stellar.sdk.xdr.SorobanResourcesExtV0
- All Implemented Interfaces:
XdrElement
SorobanResourcesExtV0's original definition in the XDR file is:
struct SorobanResourcesExtV0
{
// Vector of indices representing what Soroban
// entries in the footprint are archived, based on the
// order of keys provided in the readWrite footprint.
uint32 archivedSorobanEntries<>;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SorobanResourcesExtV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SorobanResourcesExtV0fromXdrBase64(String xdr) static SorobanResourcesExtV0fromXdrByteArray(byte[] xdr) Uint32[]inthashCode()voidsetArchivedSorobanEntries(Uint32[] archivedSorobanEntries) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SorobanResourcesExtV0
public SorobanResourcesExtV0() -
SorobanResourcesExtV0
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getArchivedSorobanEntries
-
setArchivedSorobanEntries
-
equals
-
hashCode
public int hashCode() -
toString
-