@arkade-os/sdk Documentation - v0.4.0-next.8
    Preparing search index...

    Type Alias ResponseEnvelope

    type ResponseEnvelope = {
        broadcast?: boolean;
        error?: Error;
        id?: string;
        tag: string;
    }
    Index

    Properties

    broadcast?: boolean
    error?: Error
    id?: string
    tag: string