Taquito TypeDocs
    Preparing search index...

    Interface IntLiteral<T>

    An AST node representing Michelson int literal.

    interface IntLiteral<T extends string = string> {
        "[sourceReference]"?: SourceReference;
        int: T;
    }

    Type Parameters

    • T extends string = string

    Hierarchy (View Summary)

    Index

    Properties

    "[sourceReference]"?: SourceReference
    int: T