Expand description
Neo N3 System Calls
This crate provides bindings to Neo N3 system calls for smart contract development.
Structs§
- NeoVM
Syscall - Neo N3 System Call Wrapper
- NeoVM
Syscall Info - Neo N3 System Call Information
- NeoVM
Syscall Lowering - Neo N3 System Call Lowering
- NeoVM
Syscall Registry - Neo N3 System Call Registry
- Recorded
Notification
Constants§
- SYSCALLS
- Neo N3 System Calls
Statics§
- SYSCALL_
REGISTRY - Neo N3 System Call Registry Instance
Functions§
- neovm_
syscall - Neo N3 System Call Function
- record_
notification - Record a notification. Called from
NeoVMSyscall::notifyon both wasm32 and host paths so the recorder is consistent. - reset_
recorded_ notifications - Clear the recorder without returning the contents.
- take_
recorded_ notifications - Take all recorded notifications (drains the buffer).