Defines details about the source, i.e. the sender.
| Name | Type | Description | Notes |
|---|---|---|---|
| address | str | Defines the sender's public address. |
from cryptoapis.models.create_single_transaction_request_from_address_without_fee_priority_ri_sender import CreateSingleTransactionRequestFromAddressWithoutFeePriorityRISender
# TODO update the JSON string below
json = "{}"
# create an instance of CreateSingleTransactionRequestFromAddressWithoutFeePriorityRISender from a JSON string
create_single_transaction_request_from_address_without_fee_priority_ri_sender_instance = CreateSingleTransactionRequestFromAddressWithoutFeePriorityRISender.from_json(json)
# print the JSON string representation of the object
print CreateSingleTransactionRequestFromAddressWithoutFeePriorityRISender.to_json()
# convert the object into a dict
create_single_transaction_request_from_address_without_fee_priority_ri_sender_dict = create_single_transaction_request_from_address_without_fee_priority_ri_sender_instance.to_dict()
# create an instance of CreateSingleTransactionRequestFromAddressWithoutFeePriorityRISender from a dict
create_single_transaction_request_from_address_without_fee_priority_ri_sender_form_dict = create_single_transaction_request_from_address_without_fee_priority_ri_sender.from_dict(create_single_transaction_request_from_address_without_fee_priority_ri_sender_dict)