@mavrykdynamics/taquito
Version:
High level functionality that builds upon the other packages in the Mavryk Typescript Library Suite.
35 lines (34 loc) • 753 B
TypeScript
export declare const VIEW_LAMBDA: {
code: ({
prim: string;
args: {
prim: string;
args: ({
prim: string;
args?: undefined;
} | {
prim: string;
args: ({
prim: string;
args: {
prim: string;
}[];
} | {
prim: string;
args?: undefined;
})[];
})[];
}[];
} | {
prim: string;
args: {
prim: string;
}[];
} | {
prim: string;
args: {
prim: string;
}[][];
})[];
storage: string;
};