solana-resilience-kit - v1.0.0
    Preparing search index...

    Class MockEndpoint

    Index

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    lastSendParams: Record<string, unknown> | undefined

    The config object (params[1]) of the most recent sendTransaction call.

    name: string
    stats: {
        dropped: number;
        errors: number;
        rateLimited: number;
        requests: number;
        sends: number;
    } = ...

    Counters tests/observability can assert against.

    Accessors

    • get transport(): RpcTransport

      The kit-compatible transport. Returns the full JSON-RPC response object.

      Returns RpcTransport