| Name | Type | Description | Notes |
|---|---|---|---|
| item | CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRBDataItem |
from cryptoapis.models.create_fungible_token_transaction_request_from_address_without_fee_priority_rb_data import CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRBData
# TODO update the JSON string below
json = "{}"
# create an instance of CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRBData from a JSON string
create_fungible_token_transaction_request_from_address_without_fee_priority_rb_data_instance = CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRBData.from_json(json)
# print the JSON string representation of the object
print CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRBData.to_json()
# convert the object into a dict
create_fungible_token_transaction_request_from_address_without_fee_priority_rb_data_dict = create_fungible_token_transaction_request_from_address_without_fee_priority_rb_data_instance.to_dict()
# create an instance of CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRBData from a dict
create_fungible_token_transaction_request_from_address_without_fee_priority_rb_data_form_dict = create_fungible_token_transaction_request_from_address_without_fee_priority_rb_data.from_dict(create_fungible_token_transaction_request_from_address_without_fee_priority_rb_data_dict)