[][src]Macro solana_sdk::entrypoint

macro_rules! entrypoint {
    ($process_instruction:ident) => { ... };
}

Declare entrypoint of the program.

Deserialize the program input parameters and call the user defined ProcessInstruction. Users must call this function otherwise an entrypoint for their program will not be created.