SorobanResourcesExtV0Xdr

data class SorobanResourcesExtV0Xdr(val archivedSorobanEntries: List<Uint32Xdr>)

XDR Source: 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<>; };

Constructors

Link copied to clipboard
constructor(archivedSorobanEntries: List<Uint32Xdr>)

Types

Link copied to clipboard
object Companion

Properties

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)