Class SorobanResourcesExtV0

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

public class SorobanResourcesExtV0 extends Object implements 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<>;
 };