Preparing search index...
The search index is not available
Taquito
Taquito
@taquito/michel-codec
MichelsonTypeLambda
Interface MichelsonTypeLambda<Arg, Ret>
interface
MichelsonTypeLambda
<
Arg
,
Ret
>
{
[sourceReference]
?:
SourceReference
;
annots
?:
string
[]
;
args
:
[
Arg
,
Ret
]
;
prim
:
"lambda"
;
}
Type Parameters
Arg
extends
MichelsonType
Ret
extends
MichelsonType
Hierarchy
TypeX
<
"lambda"
,
[
Arg
,
Ret
]
>
MichelsonTypeLambda
Index
Properties
[source
Reference]?
annots?
args
prim
Properties
Optional
[source
Reference]
[source
Reference]
?:
SourceReference
Optional
annots
annots
?:
string
[]
args
args
:
[
Arg
,
Ret
]
prim
prim
:
"lambda"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[source
Reference]
annots
args
prim
Taquito
Loading...