📷High-level
High-level Overview
fn process_bundle(bundle):
if my tip distribution account doesn't exist for this epoch:
create_tip_distribution_account()
if tip payment tip receiver isn't my tip distribution account:
change_tip_receiver()
execute_bundle(bundle)

Last updated