BC-Provenance-Mark-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Interface InfoArgs

    Arguments for info payload.

    Corresponds to Rust InfoArgs

    interface InfoArgs {
        info?: string;
        infoTag?: number;
    }
    Index

    Properties

    Properties

    info?: string

    Hex-encoded dCBOR or UR payload to embed in the mark's info field.

    infoTag?: number

    CBOR tag value to associate with an unknown UR type.