Function streamflow::unpack_init_instruction[][src]

pub fn unpack_init_instruction(
    ix: &[u8],
    alice: &Pubkey,
    bob: &Pubkey
) -> StreamFlow
Expand description

Deserialize instruction_data into StreamFlow struct. This is used to read instructions given to us by the program’s initializer.