Skip to content

Add PointerClient #6

Description

@efimio16

Add a PointerClient structure that can pull and push pointers updating its refresh time:

let pointer_client = PointerClient::new(network_handle.clone(), TagVerifier::derive(seed));
pointer_client.pull().await?;
pointer_client.push(recipient_address.tag_address, message_cid).await?;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions