Package org.stellar.sdk
Class SorobanDataBuilder.Resources
java.lang.Object
org.stellar.sdk.SorobanDataBuilder.Resources
- Enclosing class:
SorobanDataBuilder
Represents the resource metrics of the Soroban data.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
builder
-
toBuilder
-
getCpuInstructions
number of CPU instructions (uint32)- Returns:
- the number of CPU instructions
-
getDiskReadBytes
number of bytes read from the ledger (uint32)- Returns:
- the number of bytes read from the ledger
-
getWriteBytes
number of bytes written to the ledger (uint32)- Returns:
- the number of bytes written to the ledger
-
equals
-
hashCode
public int hashCode() -
toString
-