IpnsApiUpdateNameRequest: {
    name?: string;
    nameId: string;
    region?: Region;
    tags?: string[];
    value?: string;
}

Type declaration

  • Optionalname?: string

    New name you want to associate with your record.

  • nameId: string

    Name ID you wish to update.

  • Optionalregion?: Region

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

  • Optionaltags?: string[]

    New tags you want to associate with your record.

  • Optionalvalue?: string

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