PaymentChannelServer$ServerConnection.smali
.class public interface abstract Lorg/bitcoinj/protocols/channels/PaymentChannelServer$ServerConnection;
.super Ljava/lang/Object;
.source "PaymentChannelServer.java"
# virtual methods
.method public abstract channelOpen(Lorg/bitcoinj/core/Sha256Hash;)V
.end method
.method public abstract destroyConnection(Lorg/bitcoinj/protocols/channels/PaymentChannelCloseException$CloseReason;)V
.end method
.method public abstract paymentIncrease(Lorg/bitcoinj/core/Coin;Lorg/bitcoinj/core/Coin;Lcom/google/protobuf/ByteString;)Lcom/google/common/util/concurrent/y;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lorg/bitcoinj/core/Coin;",
"Lorg/bitcoinj/core/Coin;",
"Lcom/google/protobuf/ByteString;",
")",
"Lcom/google/common/util/concurrent/y",
"<",
"Lcom/google/protobuf/ByteString;",
">;"
}
.end annotation
.end method
.method public abstract sendToClient(Lorg/bitcoin/paymentchannel/Protos$TwoWayChannelMessage;)V
.end method