[][src]Function sim1h::dht::bbdht::dynamodb::api::agent::inbox::send_to_agent_inbox

pub fn send_to_agent_inbox(
    log_context: &LogContext,
    client: &Client,
    table_name: &TableName,
    request_id: &String,
    from: &Address,
    to: &Address,
    content: &Vec<u8>,
    response: bool
) -> BbDhtResult<()>