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
For XRP wallets, the destination tag; for EOS/XLM, the memo; for the fiat providers (BLINC by BCB Group), the Bank Transfer Description
[optional]
Example
fromfireblocks.models.add_asset_to_external_wallet_request_one_ofimportAddAssetToExternalWalletRequestOneOf# TODO update the JSON string belowjson="{}"# create an instance of AddAssetToExternalWalletRequestOneOf from a JSON stringadd_asset_to_external_wallet_request_one_of_instance=AddAssetToExternalWalletRequestOneOf.from_json(json)
# print the JSON string representation of the objectprint(AddAssetToExternalWalletRequestOneOf.to_json())
# convert the object into a dictadd_asset_to_external_wallet_request_one_of_dict=add_asset_to_external_wallet_request_one_of_instance.to_dict()
# create an instance of AddAssetToExternalWalletRequestOneOf from a dictadd_asset_to_external_wallet_request_one_of_from_dict=AddAssetToExternalWalletRequestOneOf.from_dict(add_asset_to_external_wallet_request_one_of_dict)