Uses of Class
com.syntifi.near.api.model.transaction.Proof.Direction
-
Packages that use Proof.Direction Package Description com.syntifi.near.api.model.transaction -
-
Uses of Proof.Direction in com.syntifi.near.api.model.transaction
Methods in com.syntifi.near.api.model.transaction that return Proof.Direction Modifier and Type Method Description static Proof.Direction
Proof.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Proof.Direction[]
Proof.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-