IpnsApiCreateNameRequest: {
    name: string;
    projectId?: string;
    region?: Region;
    value: string;
}

Type declaration

  • name: string

    Name for your records.

  • OptionalprojectId?: string

    Project ID.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • value: string

    Value you want to associate with your records, CID or IPNS key.