Uses of Class
org.ldk.structs.Result_TrustedClosingTransactionNoneZ
-
Packages that use Result_TrustedClosingTransactionNoneZ Package Description org.ldk.structs -
-
Uses of Result_TrustedClosingTransactionNoneZ in org.ldk.structs
Subclasses of Result_TrustedClosingTransactionNoneZ in org.ldk.structs Modifier and Type Class Description static class
Result_TrustedClosingTransactionNoneZ.Result_TrustedClosingTransactionNoneZ_Err
static class
Result_TrustedClosingTransactionNoneZ.Result_TrustedClosingTransactionNoneZ_OK
Methods in org.ldk.structs that return Result_TrustedClosingTransactionNoneZ Modifier and Type Method Description static Result_TrustedClosingTransactionNoneZ
Result_TrustedClosingTransactionNoneZ. err()
Creates a new CResult_TrustedClosingTransactionNoneZ in the error state.static Result_TrustedClosingTransactionNoneZ
Result_TrustedClosingTransactionNoneZ. ok(TrustedClosingTransaction o)
Creates a new CResult_TrustedClosingTransactionNoneZ in the success state.Result_TrustedClosingTransactionNoneZ
ClosingTransaction. verify(OutPoint funding_outpoint)
Verify our pre-built transaction.
-