Function
get-trailer-values
Gets multiple values associated with the trailer with the given name.
get-trailer-values: func(body: borrow<body>, name: string, max-len: u64, cursor: u32) -> result<tuple<list<u8>, option<u32>>, trailer-error>;Gets multiple values associated with the trailer with the given name.
get-trailer-values: func(body: borrow<body>, name: string, max-len: u64, cursor: u32) -> result<tuple<list<u8>, option<u32>>, trailer-error>;