Preparing search index...
The search index is not available
Taquito
Taquito
@taquito/michel-codec
Prim
Interface Prim<PT, AT>
An AST node representing Michelson primitive.
interface
Prim
<
PT
,
AT
>
{
[sourceReference]
?:
SourceReference
;
annots
?:
string
[]
;
args
?:
AT
;
prim
:
PT
;
}
Type Parameters
PT
extends
string
=
string
AT
extends
Expr
[]
=
Expr
[]
Hierarchy (
view full
)
Node
Prim
Index
Properties
[source
Reference]?
annots?
args?
prim
Properties
Optional
[source
Reference]
[source
Reference]
?:
SourceReference
Optional
annots
annots
?:
string
[]
Optional
args
args
?:
AT
prim
prim
:
PT
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[source
Reference]
annots
args
prim
Taquito
Loading...
An AST node representing Michelson primitive.