public class SorobanResourcesExtV0 extends java.lang.Object implements XdrElement
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<>;
};
| Modifier and Type | Class and Description |
|---|---|
static class |
SorobanResourcesExtV0.SorobanResourcesExtV0Builder |
| Constructor and Description |
|---|
SorobanResourcesExtV0() |
SorobanResourcesExtV0(Uint32[] archivedSorobanEntries) |
| Modifier and Type | Method and Description |
|---|---|
static SorobanResourcesExtV0.SorobanResourcesExtV0Builder |
builder() |
static SorobanResourcesExtV0 |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static SorobanResourcesExtV0 |
fromXdrBase64(java.lang.String xdr) |
static SorobanResourcesExtV0 |
fromXdrByteArray(byte[] xdr) |
Uint32[] |
getArchivedSorobanEntries() |
int |
hashCode() |
void |
setArchivedSorobanEntries(Uint32[] archivedSorobanEntries) |
SorobanResourcesExtV0.SorobanResourcesExtV0Builder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic SorobanResourcesExtV0()
public SorobanResourcesExtV0(Uint32[] archivedSorobanEntries)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static SorobanResourcesExtV0 decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static SorobanResourcesExtV0 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static SorobanResourcesExtV0 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic static SorobanResourcesExtV0.SorobanResourcesExtV0Builder builder()
public SorobanResourcesExtV0.SorobanResourcesExtV0Builder toBuilder()
public Uint32[] getArchivedSorobanEntries()
public void setArchivedSorobanEntries(Uint32[] archivedSorobanEntries)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object