Binance Smart Chain
| Name | Type | Description | Notes |
|---|---|---|---|
| fee | PrepareTransactionFromAddressRIBSBSCFee | ||
| transaction_type | str | Representation of the transaction type | |
| unit | str | Represents the unit of the amount transacted |
from cryptoapis.models.prepare_transaction_from_address_ribsbsc import PrepareTransactionFromAddressRIBSBSC
# TODO update the JSON string below
json = "{}"
# create an instance of PrepareTransactionFromAddressRIBSBSC from a JSON string
prepare_transaction_from_address_ribsbsc_instance = PrepareTransactionFromAddressRIBSBSC.from_json(json)
# print the JSON string representation of the object
print PrepareTransactionFromAddressRIBSBSC.to_json()
# convert the object into a dict
prepare_transaction_from_address_ribsbsc_dict = prepare_transaction_from_address_ribsbsc_instance.to_dict()
# create an instance of PrepareTransactionFromAddressRIBSBSC from a dict
prepare_transaction_from_address_ribsbsc_form_dict = prepare_transaction_from_address_ribsbsc.from_dict(prepare_transaction_from_address_ribsbsc_dict)