You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
Defines the amount sent to the destination address.
classic_address
str
Represents the public address, which is a compressed and shortened form of a public key. The classic address is shown when the source address is an x-Address.
[optional]
unit
str
Defines the unit of the recieved amount for the address.
Example
fromcryptoapis.models.create_single_transaction_request_from_address_without_fee_priority_ri_recipient_innerimportCreateSingleTransactionRequestFromAddressWithoutFeePriorityRIRecipientInner# TODO update the JSON string belowjson="{}"# create an instance of CreateSingleTransactionRequestFromAddressWithoutFeePriorityRIRecipientInner from a JSON stringcreate_single_transaction_request_from_address_without_fee_priority_ri_recipient_inner_instance=CreateSingleTransactionRequestFromAddressWithoutFeePriorityRIRecipientInner.from_json(json)
# print the JSON string representation of the objectprintCreateSingleTransactionRequestFromAddressWithoutFeePriorityRIRecipientInner.to_json()
# convert the object into a dictcreate_single_transaction_request_from_address_without_fee_priority_ri_recipient_inner_dict=create_single_transaction_request_from_address_without_fee_priority_ri_recipient_inner_instance.to_dict()
# create an instance of CreateSingleTransactionRequestFromAddressWithoutFeePriorityRIRecipientInner from a dictcreate_single_transaction_request_from_address_without_fee_priority_ri_recipient_inner_form_dict=create_single_transaction_request_from_address_without_fee_priority_ri_recipient_inner.from_dict(create_single_transaction_request_from_address_without_fee_priority_ri_recipient_inner_dict)