helia
    Preparing search index...

    Interface IPNSPublishResult

    interface IPNSPublishResult {
        name: string;
        publicKey: PublicKey;
        record: IPNSEntry;
    }
    Index
    name: string

    The IPNS name that can be used to resolve this record

    publicKey: PublicKey

    The public key that was used to sign and publish the record

    record: IPNSEntry

    The published record