Skip to main content

parse_input

Function parse_input 

Source
pub fn parse_input(input: &str) -> DebuggerResult<(Vec<u8>, Address)>
Expand description

Parse input JSON into serialized VM input bytes and program_id. Returns empty input bytes and random program_id if input is empty.