Interface IInteractiveTransactionService
- Namespace
- NLightning.Infrastructure.Protocol.Interfaces
- Assembly
- NLightning.Infrastructure.dll
public interface IInteractiveTransactionService
Methods
AddInput(TxAddInputPayload)
void AddInput(TxAddInputPayload input)
Parameters
input
TxAddInputPayload
AddOutput(TxAddOutputPayload)
void AddOutput(TxAddOutputPayload output)
Parameters
output
TxAddOutputPayload
RemoveInput(TxRemoveInputPayload)
void RemoveInput(TxRemoveInputPayload input)
Parameters
input
TxRemoveInputPayload
RemoveOutput(TxRemoveOutputPayload)
void RemoveOutput(TxRemoveOutputPayload output)
Parameters
output
TxRemoveOutputPayload