Class Eip155CreatePermitTransactionResponse
-
- All Implemented Interfaces:
public final class Eip155CreatePermitTransactionResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155CreatePermitTransactionResponse.BuilderA builder for Eip155CreatePermitTransactionResponse.
-
Method Summary
Modifier and Type Method Description final JsonValue_abi()JSON ABI of the smart contract function encoded in the transaction. final JsonValue_args()Arguments to the smart contract function encoded in the transaction. final StringcontractAddress()Smart contract address that the transaction should call. final Stringdata()Hex-encoded function call. final Stringvalue()Transaction value estimate in Wei. final JsonField<String>_contractAddress()Returns the raw JSON value of contractAddress. final JsonField<String>_data()Returns the raw JSON value of data. final JsonField<String>_value()Returns the raw JSON value of value. final Map<String, JsonValue>_additionalProperties()final Eip155CreatePermitTransactionResponse.BuildertoBuilder()final Eip155CreatePermitTransactionResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Eip155CreatePermitTransactionResponse.Builderbuilder()Returns a mutable builder for constructing an instance of Eip155CreatePermitTransactionResponse. -
-
Method Detail
-
_abi
final JsonValue _abi()
JSON ABI of the smart contract function encoded in the transaction. Provided for informational purposes.
This arbitrary value can be deserialized into a custom type using the
convertmethod:MyClass myObject = eip155CreatePermitTransactionResponse.abi().convert(MyClass.class);
-
_args
final JsonValue _args()
Arguments to the smart contract function encoded in the transaction. Provided for informational purposes.
This arbitrary value can be deserialized into a custom type using the
convertmethod:MyClass myObject = eip155CreatePermitTransactionResponse.args().convert(MyClass.class);
-
contractAddress
final String contractAddress()
Smart contract address that the transaction should call.
-
_contractAddress
final JsonField<String> _contractAddress()
Returns the raw JSON value of contractAddress.
Unlike contractAddress, this method doesn't throw if the JSON field has an unexpected type.
-
_data
final JsonField<String> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_value
final JsonField<String> _value()
Returns the raw JSON value of value.
Unlike value, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Eip155CreatePermitTransactionResponse.Builder toBuilder()
-
validate
final Eip155CreatePermitTransactionResponse validate()
-
builder
final static Eip155CreatePermitTransactionResponse.Builder builder()
Returns a mutable builder for constructing an instance of Eip155CreatePermitTransactionResponse.
The following fields are required:
.abi() .args() .contractAddress() .data() .value()
-
-
-
-