sequoia-ipc 0.36.1

Interprocess communication infrastructure for Sequoia
Documentation
1
2
3
4
5
@0xdf09b709276ca9b6;

interface Hello {
  hello @0 (name: Text) -> (response: Text);
}