Taquito TypeDocs
taquito.io
Preparing search index...
@taquito/michel-codec
IntLiteral
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
)
Node
IntLiteral
Index
Properties
[source
Reference]?
int
Properties
Optional
[source
Reference]
"[sourceReference]"
?:
SourceReference
int
int
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[source
Reference]
int
taquito.io
Taquito TypeDocs
Loading...
An AST node representing Michelson int literal.