Interface ChannelApi

All Known Implementing Classes:
ChannelApiImpl

public interface ChannelApi
  • Method Details

    • getChannelByPubkey

      void getChannelByPubkey​(java.lang.String pubkey, java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<Channel>> handler)
    • postChannelCloseMutual

      void postChannelCloseMutual​(ChannelCloseMutualTx channelCloseMutualTx, java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<UnsignedTx>> handler)
    • postChannelCloseSolo

      void postChannelCloseSolo​(ChannelCloseSoloTx channelCloseSoloTx, java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<UnsignedTx>> handler)
    • postChannelCreate

      void postChannelCreate​(ChannelCreateTx channelCreateTx, java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<UnsignedTx>> handler)
    • postChannelDeposit

      void postChannelDeposit​(ChannelDepositTx channelDepositTx, java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<UnsignedTx>> handler)
    • postChannelSetDelegates

      void postChannelSetDelegates​(ChannelSetDelegatesTx channelSetDelegatesTx, java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<UnsignedTx>> handler)
    • postChannelSettle

      void postChannelSettle​(ChannelSettleTx channelSettleTx, java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<UnsignedTx>> handler)
    • postChannelSlash

      void postChannelSlash​(ChannelSlashTx channelSlashTx, java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<UnsignedTx>> handler)
    • postChannelSnapshotSolo

      void postChannelSnapshotSolo​(ChannelSnapshotSoloTx channelSnapshotSoloTx, java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<UnsignedTx>> handler)
    • postChannelWithdraw

      void postChannelWithdraw​(ChannelWithdrawTx channelWithdrawTx, java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<UnsignedTx>> handler)