Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Interface IpcSender

    Sending data abstraction on a socket.

    interface IpcSender {
        close(): void;
        send(data: BytesBlob): void;
    }
    Index

    Methods

    Methods