pub fn get_account_transactions_with_proofs(
    db: &dyn MoveDbReader,
    account: AccountAddress,
    start: u64,
    limit: u64,
    include_events: bool,
    ledger_version: u64
) -> Result<AccountTransactionsWithProofView, JsonRpcError>
Expand description

Return a serialized list of an account’s transactions along with a proof for each transaction.