linera-sdk 0.15.21

Library to support developing Linera applications in Rust.
Documentation
1
2
3
4
5
6
7
8
package linera:app;

world service {
    import service-runtime-api;
    import base-runtime-api;

    export service-entrypoints;
}