pub trait AgentActivityExt {
    fn empty<T>(agent: &HoloHash<Agent>) -> AgentActivityResponse<T> { ... }
}
Expand description

Helpers for constructing AgentActivity

Provided Methods

Create an empty chain status

Implementors