#include #include #include #include namespace llarp { namespace api { bool CreateSessionMessage::DecodeParams(llarp_buffer_t *buf) { std::list< llarp::Encrypted > params; return BEncodeReadList(params, buf); } } // namespace api } // namespace llarp