Closed hackfisher closed 7 years ago
@HackFisher programs/js_operation_serializer/js_operation_serializer
should export operations / types in coffee script. But when I run it, nothing about the newly added operations / types are included. Can you take a look at the files in the directory and see if you need to include them?
wired, the newly added op/objects is in the output of js_operation_serializer, the required header files were included.
@AlexChien
...
asset_manager_create: 45
asset_manager_update: 46
asset_manager_force_buyback_asset: 47
...
asset_manager_create_operation_fee_parameters = new Serializer(
"asset_manager_create_operation_fee_parameters"
fee: uint64
)
asset_manager_update_operation_fee_parameters = new Serializer(
"asset_manager_update_operation_fee_parameters"
fee: uint64
)
asset_manager_force_buyback_asset_operation_fee_parameters = new Serializer(
"asset_manager_force_buyback_asset_operation_fee_parameters"
fee: uint64
)
...
etc.