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 fn create and fn create2 are functions of Ethereum smart contracts that allow to creating new smart contracts.
fn create
fn create2
This is possible to do since the Inspector trait gives a way to catch the create operations, and so they can be sent to the Linera runtime.
The text was updated successfully, but these errors were encountered:
MathieuDutSik
No branches or pull requests
The
fn create
andfn create2
are functions of Ethereum smart contracts that allow to creating new smart contracts.This is possible to do since the Inspector trait gives a way to catch the create operations, and so they can be sent to the Linera runtime.
The text was updated successfully, but these errors were encountered: