Skip to main content

Crate neo_syscalls

Crate neo_syscalls 

Source
Expand description

Neo N3 System Calls

This crate provides bindings to Neo N3 system calls for smart contract development.

Structs§

NeoVMSyscall
Neo N3 System Call Wrapper
NeoVMSyscallInfo
Neo N3 System Call Information
NeoVMSyscallLowering
Neo N3 System Call Lowering
NeoVMSyscallRegistry
Neo N3 System Call Registry
RecordedNotification

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::notify on 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).