Uses of Class
net.osslabz.lnd.dto.LnrpcFundingTransitionMsg
Packages that use LnrpcFundingTransitionMsg
-
Uses of LnrpcFundingTransitionMsg in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type LnrpcFundingTransitionMsgModifier and TypeMethodDescriptionLightningApi.fundingStateStep(LnrpcFundingTransitionMsg body) FundingStateStep is an advanced funding related call that allows the caller to either execute some preparatory steps for a funding workflow, or manually progress a funding workflow.okhttp3.CallLightningApi.fundingStateStepAsync(LnrpcFundingTransitionMsg body, ApiCallback<Object> _callback) FundingStateStep is an advanced funding related call that allows the caller to either execute some preparatory steps for a funding workflow, or manually progress a funding workflow.okhttp3.CallLightningApi.fundingStateStepCall(LnrpcFundingTransitionMsg body, ApiCallback _callback) Build call for fundingStateStepLightningApi.fundingStateStepWithHttpInfo(LnrpcFundingTransitionMsg body) FundingStateStep is an advanced funding related call that allows the caller to either execute some preparatory steps for a funding workflow, or manually progress a funding workflow. -
Uses of LnrpcFundingTransitionMsg in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcFundingTransitionMsgModifier and TypeMethodDescriptionLnrpcFundingTransitionMsg.psbtFinalize(LnrpcFundingPsbtFinalize psbtFinalize) LnrpcFundingTransitionMsg.psbtVerify(LnrpcFundingPsbtVerify psbtVerify) LnrpcFundingTransitionMsg.shimCancel(LnrpcFundingShimCancel shimCancel) LnrpcFundingTransitionMsg.shimRegister(LnrpcFundingShim shimRegister)