toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.model
/
FunctionABI
Function
ABI
open
class
FunctionABI
(
val
typeParameters
:
List
<
MoveFunctionGenericTypeParam
>
,
val
parameters
:
List
<
TypeTag
>
)
Data need for a generic function ABI, both view and entry
Inheritors
EntryFunctionABI
ViewFunctionABI
Members
Constructors
Function
ABI
Link copied to clipboard
constructor
(
typeParameters
:
List
<
MoveFunctionGenericTypeParam
>
,
parameters
:
List
<
TypeTag
>
)
Properties
parameters
Link copied to clipboard
val
parameters
:
List
<
TypeTag
>
type
Parameters
Link copied to clipboard
val
typeParameters
:
List
<
MoveFunctionGenericTypeParam
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String