Uses of Class
org.ldk.structs.Option_i64Z
-
Packages that use Option_i64Z Package Description org.ldk.structs -
-
Uses of Option_i64Z in org.ldk.structs
Subclasses of Option_i64Z in org.ldk.structs Modifier and Type Class Description static classOption_i64Z.NoneWhen we're in this state, this COption_i64Z contains nothingstatic classOption_i64Z.SomeWhen we're in this state, this COption_i64Z contains a i64Methods in org.ldk.structs that return Option_i64Z Modifier and Type Method Description Option_i64ZOption_i64Z. clone()Creates a new COption_i64Z which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_i64ZTxAckRbf. get_funding_output_contribution()The number of satoshis the sender will contribute to or, if negative, remove from (e.g.Option_i64ZTxInitRbf. get_funding_output_contribution()The number of satoshis the sender will contribute to or, if negative, remove from (e.g.static Option_i64ZOption_i64Z. none()Constructs a new COption_i64Z containing nothingstatic Option_i64ZOption_i64Z. some(long o)Constructs a new COption_i64Z containing a i64Methods in org.ldk.structs with parameters of type Option_i64Z Modifier and Type Method Description static TxAckRbfTxAckRbf. of(byte[] channel_id_arg, Option_i64Z funding_output_contribution_arg)Constructs a new TxAckRbf given each fieldstatic TxInitRbfTxInitRbf. of(byte[] channel_id_arg, int locktime_arg, int feerate_sat_per_1000_weight_arg, Option_i64Z funding_output_contribution_arg)Constructs a new TxInitRbf given each fieldvoidTxAckRbf. set_funding_output_contribution(Option_i64Z val)The number of satoshis the sender will contribute to or, if negative, remove from (e.g.voidTxInitRbf. set_funding_output_contribution(Option_i64Z val)The number of satoshis the sender will contribute to or, if negative, remove from (e.g.
-