Module solana_core::banking_stage[][src]

Expand description

The banking_stage processes Transaction messages. It is intended to be used to contruct a software pipeline. The stage uses all available CPU cores and can do its processing in parallel with signature verification on the GPU.

Structs

Stores the stage’s thread handle and output receiver.

Enums

Constants

Type Definitions