Function hdk_crud::crud::example::get_peers[][src]

pub fn get_peers() -> ExternResult<Vec<AgentPubKey>>
Expand description

NOT GENERATED This handles the fetching of a list of peers to which to send signals. In this example it’s an empty list. Your function signature should match this function signature.