[−][src]Struct eosio::TransactionHeader
TODO docs
Fields
expiration: TimePointSecTODO docs
ref_block_num: u16TODO docs
ref_block_prefix: u32TODO docs
max_net_usage_words: UnsignedIntnumber of 8 byte words this transaction can serialize into after compressions
max_cpu_usage_ms: u8number of CPU usage units to bill transaction for
delay_sec: UnsignedIntnumber of seconds to delay transaction, default: 0
Trait Implementations
impl Clone for TransactionHeader[src]
fn clone(&self) -> TransactionHeader[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TransactionHeader[src]
impl Default for TransactionHeader[src]
fn default() -> TransactionHeader[src]
impl Eq for TransactionHeader[src]
impl Hash for TransactionHeader[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl NumBytes for TransactionHeader[src]
impl Ord for TransactionHeader[src]
fn cmp(&self, other: &TransactionHeader) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> Self1.21.0[src]
fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<TransactionHeader> for TransactionHeader[src]
fn eq(&self, other: &TransactionHeader) -> bool[src]
fn ne(&self, other: &TransactionHeader) -> bool[src]
impl PartialOrd<TransactionHeader> for TransactionHeader[src]
fn partial_cmp(&self, other: &TransactionHeader) -> Option<Ordering>[src]
fn lt(&self, other: &TransactionHeader) -> bool[src]
fn le(&self, other: &TransactionHeader) -> bool[src]
fn gt(&self, other: &TransactionHeader) -> bool[src]
fn ge(&self, other: &TransactionHeader) -> bool[src]
impl Read for TransactionHeader[src]
fn read(bytes: &[u8], pos: &mut usize) -> Result<Self, ReadError>[src]
fn unpack<T: AsRef<[u8]>>(bytes: T) -> Result<Self, ReadError>[src]
impl StructuralEq for TransactionHeader[src]
impl StructuralPartialEq for TransactionHeader[src]
impl Write for TransactionHeader[src]
fn write(&self, bytes: &mut [u8], pos: &mut usize) -> Result<(), WriteError>[src]
fn pack(&self) -> Result<Vec<u8>, WriteError>[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,