public static class SorobanResources.SorobanResourcesBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
SorobanResources |
build() |
SorobanResources.SorobanResourcesBuilder |
diskReadBytes(Uint32 diskReadBytes) |
SorobanResources.SorobanResourcesBuilder |
footprint(LedgerFootprint footprint) |
SorobanResources.SorobanResourcesBuilder |
instructions(Uint32 instructions) |
java.lang.String |
toString() |
SorobanResources.SorobanResourcesBuilder |
writeBytes(Uint32 writeBytes) |
public SorobanResources.SorobanResourcesBuilder footprint(LedgerFootprint footprint)
this
.public SorobanResources.SorobanResourcesBuilder instructions(Uint32 instructions)
this
.public SorobanResources.SorobanResourcesBuilder diskReadBytes(Uint32 diskReadBytes)
this
.public SorobanResources.SorobanResourcesBuilder writeBytes(Uint32 writeBytes)
this
.public SorobanResources build()
public java.lang.String toString()
toString
in class java.lang.Object