Uses of Class
org.ldk.structs.TwoTuple_ThirtyTwoBytesChannelManagerZ
-
Packages that use TwoTuple_ThirtyTwoBytesChannelManagerZ Package Description org.ldk.structs -
-
Uses of TwoTuple_ThirtyTwoBytesChannelManagerZ in org.ldk.structs
Fields in org.ldk.structs declared as TwoTuple_ThirtyTwoBytesChannelManagerZ Modifier and Type Field Description TwoTuple_ThirtyTwoBytesChannelManagerZResult_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ.Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ_OK. resMethods in org.ldk.structs that return TwoTuple_ThirtyTwoBytesChannelManagerZ Modifier and Type Method Description static TwoTuple_ThirtyTwoBytesChannelManagerZTwoTuple_ThirtyTwoBytesChannelManagerZ. of(byte[] a, FeeEstimator b_fee_est, Watch b_chain_monitor, BroadcasterInterface b_tx_broadcaster, Router b_router, Logger b_logger, EntropySource b_entropy_source, NodeSigner b_node_signer, SignerProvider b_signer_provider, UserConfig b_config, ChainParameters b_params, int b_current_timestamp)Creates a new C2Tuple_ThirtyTwoBytesChannelManagerZ from the contained elements.Methods in org.ldk.structs with parameters of type TwoTuple_ThirtyTwoBytesChannelManagerZ Modifier and Type Method Description static Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZResult_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ. ok(TwoTuple_ThirtyTwoBytesChannelManagerZ o)Creates a new CResult_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ in the success state.
-