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.41 KB

File metadata and controls

28 lines (20 loc) · 1.41 KB

PrepareAFungibleTokenTransferFromAddressRBData

Properties

Name Type Description Notes
item PrepareAFungibleTokenTransferFromAddressRBDataItem

Example

from cryptoapis.models.prepare_a_fungible_token_transfer_from_address_rb_data import PrepareAFungibleTokenTransferFromAddressRBData

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

# convert the object into a dict
prepare_a_fungible_token_transfer_from_address_rb_data_dict = prepare_a_fungible_token_transfer_from_address_rb_data_instance.to_dict()
# create an instance of PrepareAFungibleTokenTransferFromAddressRBData from a dict
prepare_a_fungible_token_transfer_from_address_rb_data_form_dict = prepare_a_fungible_token_transfer_from_address_rb_data.from_dict(prepare_a_fungible_token_transfer_from_address_rb_data_dict)

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