Emitter

Middleware contract in charge of live forwarding of the address of the Account that receives an ETH transfer, from ozPayMe in L1 to the network of Akash deployments for manual review of each of its transactions.

Github repo here.

System methods

forwardEvent

function forwardEvent(address user_) external;

Function that does the forwarding from L1 to the Akash deployments.

Parameters:

Name
Type
Description

user_

address

Owner of the Account that's being transacted on

Last updated