Struct solana_runtime::bank::TransactionLogCollectorConfig [−][src]
pub struct TransactionLogCollectorConfig {
pub mentioned_addresses: HashSet<Pubkey>,
pub filter: TransactionLogCollectorFilter,
}
Fields
mentioned_addresses: HashSet<Pubkey>
filter: TransactionLogCollectorFilter
Trait Implementations
Auto Trait Implementations
impl Send for TransactionLogCollectorConfig
impl Sync for TransactionLogCollectorConfig
impl Unpin for TransactionLogCollectorConfig
impl UnwindSafe for TransactionLogCollectorConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self