InputViewFunctionData

@Serializable
data class InputViewFunctionData(val function: MoveFunctionId, val typeArguments: List<TypeTag>, val functionArguments: List<EntryFunctionArgument>, val abi: ViewFunctionABI? = null)

The data needed to generate a View Function payload

Constructors

Link copied to clipboard
constructor(function: MoveFunctionId, typeArguments: List<TypeTag>, functionArguments: List<EntryFunctionArgument>, abi: ViewFunctionABI? = null)

Properties

Link copied to clipboard
@Transient
val abi: ViewFunctionABI? = null
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "arguments")
val functionArguments: List<EntryFunctionArgument>
Link copied to clipboard
@SerialName(value = "type_arguments")
val typeArguments: List<TypeTag>