Package org.stellar.sdk.xdr
Class SorobanResources.SorobanResourcesBuilder
java.lang.Object
org.stellar.sdk.xdr.SorobanResources.SorobanResourcesBuilder
- Enclosing class:
SorobanResources
-
Method Summary
Modifier and TypeMethodDescriptionbuild()diskReadBytes(Uint32 diskReadBytes) Value of thediskReadBytesfield.footprint(LedgerFootprint footprint) Value of thefootprintfield.instructions(Uint32 instructions) Value of theinstructionsfield.toString()writeBytes(Uint32 writeBytes) Value of thewriteBytesfield.
-
Method Details
-
footprint
Value of thefootprintfield.- Parameters:
footprint- thefootprintfield value- Returns:
this.
-
instructions
Value of theinstructionsfield.- Parameters:
instructions- theinstructionsfield value- Returns:
this.
-
diskReadBytes
Value of thediskReadBytesfield.- Parameters:
diskReadBytes- thediskReadBytesfield value- Returns:
this.
-
writeBytes
Value of thewriteBytesfield.- Parameters:
writeBytes- thewriteBytesfield value- Returns:
this.
-
build
-
toString
-