pub async fn get_statements_async(
    account: Option<H160>,
    query_date: Option<SimpleDate>,
    mode: IntelliSendMode
) -> Result<(Vec<(TypedStatement, String, String)>, bool), Error>
Expand description

Return the basic state transaction logs.