TransactionResponseContractCallDecodedData

data class TransactionResponseContractCallDecodedData(val contractName: String? = null, val functionCalls: List<Any>? = null)

Created by Fireblocks Ltd. on 07/10/2024.

Decoded data for CONTRACT_CALL operations. The Fireblocks development libraries are recommended for setting this parameter's value.

Parameters

contractName
functionCalls

Constructors

constructor(contractName: String? = null, functionCalls: List<Any>? = null)

Properties

Link copied to clipboard
val contractName: String? = null
Link copied to clipboard
val functionCalls: List<Any>? = null