Taquito TypeDocs
    Preparing search index...

    Type Alias EntrypointsResponse

    type EntrypointsResponse = {
        entrypoints: { [key: string]: MichelsonV1ExpressionExtended };
        unreachable?: { path: ("Left" | "Right")[] };
    }
    Index

    Properties

    entrypoints: { [key: string]: MichelsonV1ExpressionExtended }
    unreachable?: { path: ("Left" | "Right")[] }