Class SecpResult.Ok<T>
java.lang.Object
org.bitcoinj.secp.SecpResult.Ok<T>
- Type Parameters:
T- type of the successful result
- All Implemented Interfaces:
SecpResult<T>
- Enclosing interface:
SecpResult<T>
A successful result containing a value of type
<T> in result().-
Nested Class Summary
Nested classes/interfaces inherited from interface SecpResult
SecpResult.Err<T>, SecpResult.Ok<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SecpResult
get, get
-
Constructor Details
-
Ok
Construct a successful result from a result value- Parameters:
result- result value
-
-
Method Details
-
result
-