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, toXdrByteArray
public SorobanResourcesExtV0()
public SorobanResourcesExtV0(Uint32[] archivedSorobanEntries)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static SorobanResourcesExtV0 decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static SorobanResourcesExtV0 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static SorobanResourcesExtV0 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object