| Name | Type | Description | Notes |
|---|---|---|---|
| item | AddTokensToExistingFromAddressRBDataItem |
from cryptoapis.models.add_tokens_to_existing_from_address_rb_data import AddTokensToExistingFromAddressRBData
# TODO update the JSON string below
json = "{}"
# create an instance of AddTokensToExistingFromAddressRBData from a JSON string
add_tokens_to_existing_from_address_rb_data_instance = AddTokensToExistingFromAddressRBData.from_json(json)
# print the JSON string representation of the object
print AddTokensToExistingFromAddressRBData.to_json()
# convert the object into a dict
add_tokens_to_existing_from_address_rb_data_dict = add_tokens_to_existing_from_address_rb_data_instance.to_dict()
# create an instance of AddTokensToExistingFromAddressRBData from a dict
add_tokens_to_existing_from_address_rb_data_form_dict = add_tokens_to_existing_from_address_rb_data.from_dict(add_tokens_to_existing_from_address_rb_data_dict)