We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The aggregation contract should be developed and deployed in the icon blockchain.
Its high level functioning will be as:
The current assumptions from relayer side are as:
// register Packets registerPacket(byte[] data, BigInteger SN, BigInteger height, String source,String destination,String connAddr) //acknowlede packet acknowledgePacket(String source,BigInteger SN,byte[] signedBytes) //retrieve signature for a packet byte[][] getSignature(String source,BigInteger SN)
PacketAcknowledged(BigInteger SN, String source, BigInteger height,byte[] data,String destination) TransactionReadyToExecute(String destination,BigInteger SN,byte[] data,String source,String connAddr)
The text was updated successfully, but these errors were encountered:
sherpalden
No branches or pull requests
The aggregation contract should be developed and deployed in the icon blockchain.
Its high level functioning will be as:
The current assumptions from relayer side are as:
Methods:
Events:
The text was updated successfully, but these errors were encountered: