bitbadgesjs-sdk - v0.27.2
    Preparing search index...

    Interface iPathMetadataWithDetails<T>

    interface iPathMetadataWithDetails<T extends NumberType> {
        customData: string;
        metadata?: iMetadata<T>;
        uri: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    customData: string

    Custom data or additional information related to the path metadata.

    metadata?: iMetadata<T>

    The fetched metadata from the URI.

    uri: string

    The URI (Uniform Resource Identifier) associated with the path metadata.