Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.67 KB

File metadata and controls

28 lines (20 loc) · 1.67 KB

CreateSingleTransactionRequestFromAddressWithoutFeePriorityRData

Properties

Name Type Description Notes
item CreateSingleTransactionRequestFromAddressWithoutFeePriorityRI

Example

from cryptoapis.models.create_single_transaction_request_from_address_without_fee_priority_r_data import CreateSingleTransactionRequestFromAddressWithoutFeePriorityRData

# TODO update the JSON string below
json = "{}"
# create an instance of CreateSingleTransactionRequestFromAddressWithoutFeePriorityRData from a JSON string
create_single_transaction_request_from_address_without_fee_priority_r_data_instance = CreateSingleTransactionRequestFromAddressWithoutFeePriorityRData.from_json(json)
# print the JSON string representation of the object
print CreateSingleTransactionRequestFromAddressWithoutFeePriorityRData.to_json()

# convert the object into a dict
create_single_transaction_request_from_address_without_fee_priority_r_data_dict = create_single_transaction_request_from_address_without_fee_priority_r_data_instance.to_dict()
# create an instance of CreateSingleTransactionRequestFromAddressWithoutFeePriorityRData from a dict
create_single_transaction_request_from_address_without_fee_priority_r_data_form_dict = create_single_transaction_request_from_address_without_fee_priority_r_data.from_dict(create_single_transaction_request_from_address_without_fee_priority_r_data_dict)

[Back to Model list] [Back to API list] [Back to README]