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 SorobanResourcesExtV0
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SorobanResourcesExtV0
fromXdrBase64
(String xdr) static SorobanResourcesExtV0
fromXdrByteArray
(byte[] xdr) Uint32[]
int
hashCode()
void
setArchivedSorobanEntries
(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:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getArchivedSorobanEntries
-
setArchivedSorobanEntries
-
equals
-
hashCode
public int hashCode() -
toString
-