Taquito TypeDocs
    Preparing search index...

    Interface Tzip16Uri

    interface Tzip16Uri {
        location: string;
        protocol: string;
        sha256hash: string | undefined;
    }
    Index

    Properties

    location: string
    protocol: string
    sha256hash: string | undefined