Ethereum Token
| Name | Type | Description | Notes |
|---|---|---|---|
| contract_address | str | Represents the specific `contractAddress` of the Token that will be forwarded. |
from cryptoapis.models.create_automatic_tokens_forwarding_rb_token_data_ethereum_token import CreateAutomaticTokensForwardingRBTokenDataEthereumToken
# TODO update the JSON string below
json = "{}"
# create an instance of CreateAutomaticTokensForwardingRBTokenDataEthereumToken from a JSON string
create_automatic_tokens_forwarding_rb_token_data_ethereum_token_instance = CreateAutomaticTokensForwardingRBTokenDataEthereumToken.from_json(json)
# print the JSON string representation of the object
print CreateAutomaticTokensForwardingRBTokenDataEthereumToken.to_json()
# convert the object into a dict
create_automatic_tokens_forwarding_rb_token_data_ethereum_token_dict = create_automatic_tokens_forwarding_rb_token_data_ethereum_token_instance.to_dict()
# create an instance of CreateAutomaticTokensForwardingRBTokenDataEthereumToken from a dict
create_automatic_tokens_forwarding_rb_token_data_ethereum_token_form_dict = create_automatic_tokens_forwarding_rb_token_data_ethereum_token.from_dict(create_automatic_tokens_forwarding_rb_token_data_ethereum_token_dict)