BC-DCBOR-Parse TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface Span

    Represents a span (range) in the source string.

    Corresponds to the Rust logos::Span type.

    interface Span {
        start: number;
        end: number;
    }
    Index

    Properties

    Properties

    start: number
    end: number