Type alias EntrypointsResponse

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

Type declaration

Generated using TypeDoc