pub fn interactions_from_json(
    json: &Value,
    source: &str
) -> Vec<Box<dyn V4Interaction + Send + Sync>>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Load V4 format interactions from JSON struct