IndexBigMapOptions: {
    name?: undefined;
    path: readonly string[];
} | {
    name: string;
    path?: undefined;
}

Options for matching the big map to index its diffs.

Property

path Matches big map by its full path based on Michelson annots. This is more exact than name.

Property

name Matches big map by its name based on Michelson annots.

Generated using TypeDoc