Interface ICreateIpns

interface ICreateIpns {
    name: string;
    description?: string;
    cid?: string;
}

Properties

name: string
description?: string
cid?: string

CID to which this IPNS name will point. If this property is specified, API executes ipns publish which sets ipnsName and ipnsValue properties