DisconnectPeer(long msg) { this.msg = msg; }
}
public final static class IgnoreError extends LDKErrorAction {
+ IgnoreError() { }
}
public final static class SendErrorMessage extends LDKErrorAction {
public long msg;
ChannelUnavailable(byte[] err) { this.err = err; }
}
public final static class MonitorUpdateFailed extends LDKAPIError {
+ MonitorUpdateFailed() { }
}
static native void init();
}
DisconnectPeer(uint32_t msg) { this.msg = msg; }
}
export class IgnoreError extends LDKErrorAction {
+ IgnoreError() { }
}
export class SendErrorMessage extends LDKErrorAction {
public uint32_t msg;
ChannelUnavailable(byte[] err) { this.err = err; }
}
export class MonitorUpdateFailed extends LDKAPIError {
+ MonitorUpdateFailed() { }
}
static native void init();
}