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

Helpers for constructing AgentActivity

Provided Methods

Create an empty chain status

Implementors