Skip to content

Improve rc account object (legacy form)

Michał Kudela requested to merge kudmich/improve_rc_account_object into master

RcAccountObject custom schema allows the creation of objects in the legacy form.

RcAccountObject(legacy_format=True)

also can use the function convert_assets_to_legacy_format() to convert existing RcAccountObject:

convert_assets_to_legacy_format(RcAccountObject())

Corresponding issue: hive#540 (closed)

@Lucius

Merge request reports