pub struct TransactionKey(/* private fields */);
Implementations§
Source§impl TransactionKey
impl TransactionKey
pub const TOTAL_SIZE: usize = 36usize
pub const FIELD_SIZES: [usize; 2] = _
pub const FIELD_COUNT: usize = 2usize
pub fn block_hash(&self) -> Byte32
pub fn index(&self) -> BeUint32
pub fn as_reader<'r>(&'r self) -> TransactionKeyReader<'r>
Trait Implementations§
Source§impl AsRef<[u8]> for TransactionKey
impl AsRef<[u8]> for TransactionKey
Source§impl Clone for TransactionKey
impl Clone for TransactionKey
Source§fn clone(&self) -> TransactionKey
fn clone(&self) -> TransactionKey
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TransactionKey
impl Debug for TransactionKey
Source§impl Default for TransactionKey
impl Default for TransactionKey
Source§impl Display for TransactionKey
impl Display for TransactionKey
Source§impl Entity for TransactionKey
impl Entity for TransactionKey
const NAME: &'static str = "TransactionKey"
type Builder = TransactionKeyBuilder
fn new_unchecked(data: Bytes) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
Auto Trait Implementations§
impl !Freeze for TransactionKey
impl RefUnwindSafe for TransactionKey
impl Send for TransactionKey
impl Sync for TransactionKey
impl Unpin for TransactionKey
impl UnwindSafe for TransactionKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)