[][src]Macro ckb_std::entry

macro_rules! entry {
    ($main:path) => { ... };
}

Define entry point

Example

// define contract entry point
entry!(main)