| Name | Type | Description | Notes |
|---|---|---|---|
| item | CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem |
from cryptoapis.models.create_single_transaction_request_from_address_without_fee_priority_rb_data import CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBData
# TODO update the JSON string below
json = "{}"
# create an instance of CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBData from a JSON string
create_single_transaction_request_from_address_without_fee_priority_rb_data_instance = CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBData.from_json(json)
# print the JSON string representation of the object
print CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBData.to_json()
# convert the object into a dict
create_single_transaction_request_from_address_without_fee_priority_rb_data_dict = create_single_transaction_request_from_address_without_fee_priority_rb_data_instance.to_dict()
# create an instance of CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBData from a dict
create_single_transaction_request_from_address_without_fee_priority_rb_data_form_dict = create_single_transaction_request_from_address_without_fee_priority_rb_data.from_dict(create_single_transaction_request_from_address_without_fee_priority_rb_data_dict)