Classes

c
Fleek.ContentHandle

Handle to blockstore content. Holds the proof for the content and traverses it, to read each inner block from the blockstore.

Functions

f
Fleek.fetchBlake3

Fetch some blake3 content, ensuring it's in the blockstore.

f
Fleek.loadContent

Load a content handle to some blake3 content in the blockstore.

f
Fleek.queryClientBandwidthBalance

Query application for a client's bandwidth balance.

f
Fleek.queryClientFlkBalance

Query application for a client's FLK balance.

Namespaces

N
Fleek

Fleek namespace for interacting with the core node.

Type Aliases

T
Fleek.HttpRequest

HTTP request object.

T
Fleek.HttpRequestMethod

HTTP request methods.

T
Fleek.HttpResponse

HTTP Response object. When returned from a function that's requested over http, it will be used to modify the http response. Otherwise, for non-http requests, the raw json object will be sent.

T
Fleek.HttpResponseHeaders

Valid header formats for an HTTP response.