I have a question regarding the frontend polkadot.js api. Suppose I have a struct
pub struct B { b: i32, } pub struct A { a: Vec, b: B, }