[][src]Struct catalyst_protocol_sdk_rust::Wire::TransactionBroadcast

pub struct TransactionBroadcast {
    pub signature: SingularPtrField<Signature>,
    pub timestamp: SingularPtrField<Timestamp>,
    pub public_entries: RepeatedField<PublicEntry>,
    pub confidential_entries: RepeatedField<ConfidentialEntry>,
    pub contract_entries: RepeatedField<ContractEntry>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

signature: SingularPtrField<Signature>timestamp: SingularPtrField<Timestamp>public_entries: RepeatedField<PublicEntry>confidential_entries: RepeatedField<ConfidentialEntry>contract_entries: RepeatedField<ContractEntry>unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl TransactionBroadcast[src]

pub fn new() -> TransactionBroadcast[src]

pub fn get_signature(&self) -> &Signature[src]

pub fn clear_signature(&mut self)[src]

pub fn has_signature(&self) -> bool[src]

pub fn set_signature(&mut self, v: Signature)[src]

pub fn mut_signature(&mut self) -> &mut Signature[src]

pub fn take_signature(&mut self) -> Signature[src]

pub fn get_timestamp(&self) -> &Timestamp[src]

pub fn clear_timestamp(&mut self)[src]

pub fn has_timestamp(&self) -> bool[src]

pub fn set_timestamp(&mut self, v: Timestamp)[src]

pub fn mut_timestamp(&mut self) -> &mut Timestamp[src]

pub fn take_timestamp(&mut self) -> Timestamp[src]

pub fn get_public_entries(&self) -> &[PublicEntry][src]

pub fn clear_public_entries(&mut self)[src]

pub fn set_public_entries(&mut self, v: RepeatedField<PublicEntry>)[src]

pub fn mut_public_entries(&mut self) -> &mut RepeatedField<PublicEntry>[src]

pub fn take_public_entries(&mut self) -> RepeatedField<PublicEntry>[src]

pub fn get_confidential_entries(&self) -> &[ConfidentialEntry][src]

pub fn clear_confidential_entries(&mut self)[src]

pub fn set_confidential_entries(&mut self, v: RepeatedField<ConfidentialEntry>)[src]

pub fn mut_confidential_entries(
    &mut self
) -> &mut RepeatedField<ConfidentialEntry>
[src]

pub fn take_confidential_entries(&mut self) -> RepeatedField<ConfidentialEntry>[src]

pub fn get_contract_entries(&self) -> &[ContractEntry][src]

pub fn clear_contract_entries(&mut self)[src]

pub fn set_contract_entries(&mut self, v: RepeatedField<ContractEntry>)[src]

pub fn mut_contract_entries(&mut self) -> &mut RepeatedField<ContractEntry>[src]

pub fn take_contract_entries(&mut self) -> RepeatedField<ContractEntry>[src]

Trait Implementations

impl Clone for TransactionBroadcast[src]

impl Default for TransactionBroadcast[src]

impl<'a> Default for &'a TransactionBroadcast[src]

impl PartialEq<TransactionBroadcast> for TransactionBroadcast[src]

impl Debug for TransactionBroadcast[src]

impl StructuralPartialEq for TransactionBroadcast[src]

impl Message for TransactionBroadcast[src]

impl Clear for TransactionBroadcast[src]

impl ProtobufValue for TransactionBroadcast[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]