Type alias AnchorOptions<TAnchor>

AnchorOptions<TAnchor>: ChURIQuery extends ChURIAnchor
    ? DefaultAnchorOptions
    : CustomAnchorOptions<TAnchor>

Charged URI construction options specifying its anchor representation class.

Type Parameters

  • TAnchor

    Custom anchor representation type.

Generated using TypeDoc