- Enclosing class:
SorobanDataBuilder
public static final class SorobanDataBuilder.Resources
extends Object
Represents the resource metrics of the Soroban data.
-
Nested Class Summary
Nested Classes
-
Method Summary
-
Method Details
-
-
-
getCpuInstructions
@NonNull
public @NonNull Long getCpuInstructions()
-
getReadBytes
@NonNull
public @NonNull Long getReadBytes()
-
getWriteBytes
@NonNull
public @NonNull Long getWriteBytes()
-
-
-