An AST node representing Michelson int literal.

interface IntLiteral<T> {
    [sourceReference]?: SourceReference;
    int: T;
}

Type Parameters

  • T extends string = string

Hierarchy (view full)

Properties

[sourceReference]?: SourceReference
int: T