This is a library for integrating Block Native in your flow function for test.flows.network.
Example usage
use listen_to_address;
use send_message_to_channel;
In run() the listen_to_address will create a listener
for new event from address: 0xC8a8f0C656D21bd619FB06904626255af19663ff.
The send_message_to_channel is from slack-flows
The whole document is here.