Trait solana_ledger::blockstore_db::ProtobufColumn[][src]

pub trait ProtobufColumn: Column {
    type Type: Message + Default;
}

Associated Types

type Type: Message + Default[src]

Loading content...

Implementors

impl ProtobufColumn for EvmBlockHeader[src]

impl ProtobufColumn for EvmHeaderIndexByHash[src]

type Type = BlockNum

impl ProtobufColumn for EvmTransactionReceipts[src]

impl ProtobufColumn for Rewards[src]

type Type = Rewards

impl ProtobufColumn for TransactionStatus[src]

Loading content...