EntryFunctionABI

class EntryFunctionABI(val typeParameters: List<MoveFunctionGenericTypeParam>, val parameters: List<TypeTag>, val signers: Int? = null) : FunctionABI

Interface of an Entry function's ABI.

This is used to provide type checking and simple input conversion on ABI based transaction submission.

Constructors

Link copied to clipboard
constructor(typeParameters: List<MoveFunctionGenericTypeParam>, parameters: List<TypeTag>, signers: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val signers: Int? = null

Functions

Link copied to clipboard
open override fun toString(): String