# PendingState

A transaction's state changes, owned by the caller.

## Functions

| Name                | Description                         |
| ------------------- | ----------------------------------- |
| [`PendingState.accountInfo`](/evm/execution/PendingState/accountInfo) | Returns an account's present value, when the transaction touched it. |
| [`PendingState.isEmpty`](/evm/execution/PendingState/isEmpty) | Returns whether the transaction touched no accounts and no storage. |

## Types

| Name                | Description                         |
| ------------------- | ----------------------------------- |
| [`PendingState.AccountInfo`](/evm/execution/PendingState/types#pendingstateaccountinfo) | An account's present value inside a pending state. |
| [`PendingState.PendingState`](/evm/execution/PendingState/types#pendingstatependingstate) | A transaction's state changes, moved out of the EVM and owned by the caller. |
