Class MockedIPFSEndpoint

Hierarchy

  • MockedIPFSEndpoint

Constructors

Methods

Constructors

Methods

  • Return an array of the requests seen by this endpoint.

    Returns Promise<{
        params: {
            [key: string]: string | string[];
        };
    }[]>

Generated using TypeDoc