helia
    Preparing search index...

    Interface RoutingPutStartEvent

    interface RoutingPutStartEvent {
        key: Uint8Array;
        routing: string;
        value: Uint8Array;
    }
    Index

    Properties

    Properties

    routing: string
    value: Uint8Array