Uses of Class
org.ldk.structs.TrustedClosingTransaction
-
Packages that use TrustedClosingTransaction Package Description org.ldk.structs -
-
Uses of TrustedClosingTransaction in org.ldk.structs
Fields in org.ldk.structs declared as TrustedClosingTransaction Modifier and Type Field Description TrustedClosingTransaction
Result_TrustedClosingTransactionNoneZ.Result_TrustedClosingTransactionNoneZ_OK. res
Methods in org.ldk.structs that return TrustedClosingTransaction Modifier and Type Method Description TrustedClosingTransaction
ClosingTransaction. trust()
Trust our pre-built transaction.Methods in org.ldk.structs with parameters of type TrustedClosingTransaction Modifier and Type Method Description static Result_TrustedClosingTransactionNoneZ
Result_TrustedClosingTransactionNoneZ. ok(TrustedClosingTransaction o)
Creates a new CResult_TrustedClosingTransactionNoneZ in the success state.
-