com.fireblocks.sdk.model.TransactionResponseContractCallDecodedData Maven / Gradle / Ivy
/*
* Fireblocks API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.6.2
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.fireblocks.sdk.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import java.util.StringJoiner;
/**
* Decoded data for `CONTRACT_CALL` operations. The Fireblocks [development
* libraries](https://developers.fireblocks.com/docs/ethereum-development#convenience-libraries) are
* recommended for setting this parameter's value.
*/
@JsonPropertyOrder({
TransactionResponseContractCallDecodedData.JSON_PROPERTY_CONTRACT_NAME,
TransactionResponseContractCallDecodedData.JSON_PROPERTY_FUNCTION_CALLS
})
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class TransactionResponseContractCallDecodedData {
public static final String JSON_PROPERTY_CONTRACT_NAME = "contractName";
private String contractName;
public static final String JSON_PROPERTY_FUNCTION_CALLS = "functionCalls";
private List