Type Definition solana_rbpf::vm::ProgramResult[][src]

type ProgramResult<E> = Result<u64, EbpfError<E>>;
Expand description

Return value of programs and syscalls