Crate zink

source ·
Expand description

Zink library for developing smart contracts for blockchains.

Modules§

  • asm 🔒
    Assembly trait implementation.
  • event 🔒
    Public traits for the EVM interfaces
  • Zink FFI.
  • storage 🔒
    Zink storage implementation.

Traits§

  • Types implemented this trait are able to be pushed on stack.
  • Zink event interface
  • Storage trait. Currently not for public use

Attribute Macros§

  • Mark the function as constructor
  • Mark the function as an external entry point.
  • Order-based storage macro. Currently only i32 is supported

Derive Macros§

  • Event logging interface