Skip to main content

search

Function search 

Source
pub async fn search(
    rpc_url: &str,
    api_base_url: &str,
    keypair: &Ed25519PrivateKey,
    sender: &Address,
    platform_usdc_address: &Address,
    q: &str,
    wiki: &str,
    owner: Option<&str>,
    limit: u32,
) -> Result<SearchResponse>
Expand description

POST to the search endpoint. Returns the response.