interface GetIPNSOptions {
    signal?: AbortSignal;
    validate?: boolean;
}

Hierarchy

Properties

Properties

signal?: AbortSignal
validate?: boolean

By default incoming IPNS records are validated, pass false here to skip validation and just return the record.

Default

true