Function solana_runtime::serde_snapshot::bank_to_stream
source · pub(crate) fn bank_to_stream<W>(
serde_style: SerdeStyle,
stream: &mut BufWriter<W>,
bank: &Bank,
snapshot_storages: &[Vec<Arc<AccountStorageEntry>>]
) -> Result<(), Error>where
W: Write,