[][src]Macro eosio_cdt::abi

macro_rules! abi {
    ($($t:ty),*) => { ... };
}

Generates an apply function that is called when the smart contract is invoked.