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.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
fromcryptoapis.models.create_coins_transaction_request_from_address_rbimportCreateCoinsTransactionRequestFromAddressRB# TODO update the JSON string belowjson="{}"# create an instance of CreateCoinsTransactionRequestFromAddressRB from a JSON stringcreate_coins_transaction_request_from_address_rb_instance=CreateCoinsTransactionRequestFromAddressRB.from_json(json)
# print the JSON string representation of the objectprintCreateCoinsTransactionRequestFromAddressRB.to_json()
# convert the object into a dictcreate_coins_transaction_request_from_address_rb_dict=create_coins_transaction_request_from_address_rb_instance.to_dict()
# create an instance of CreateCoinsTransactionRequestFromAddressRB from a dictcreate_coins_transaction_request_from_address_rb_form_dict=create_coins_transaction_request_from_address_rb.from_dict(create_coins_transaction_request_from_address_rb_dict)