Create a new name. You can use the ipns key
command to list and generate
more names and their respective keys.
The request IpnsApiCreateNameRequest
A Promise of Name
Delete an existing name. Delete a name by its ID.
The request IpnsApiDeleteNameRequest
Export your private key. Export a private key by its ID.
The request IpnsApiExportKeyNameRequest
A Promise of ExportKeyNameResponse
Get information about a name. Retrieve information about a specific name.
The request IpnsApiGetNameRequest
A Promise of Name
Import your private key. Import a private key.
The request IpnsApiImportKeyNameRequest
A Promise of Name
List all names by a Project ID. Retrieve information about all names from a Project ID.
The request IpnsApiListNamesRequest
A Promise of ListNamesResponse
Update name information. Update name information (CID, tag, name...).
The request IpnsApiUpdateNameRequest
A Promise of Name
Waits for Name to be in a final state.
The request IpnsApiGetNameRequest
Optional
options: Readonly<WaitForOptions<Name>>The waiting options
A Promise of Name
IPFS Naming service API.