@lightprotocol/stateless.js - v0.22.1-alpha.1
    Preparing search index...

    Type Alias RpcResultError

    type RpcResultError = {
        jsonrpc: "2.0";
        id: string;
        error: { code: unknown; message: string; data?: any };
    }
    Index

    Properties

    Properties

    jsonrpc: "2.0"
    id: string
    error: { code: unknown; message: string; data?: any }