pub struct RawTransaction(/* private fields */);
Implementations§
Source§impl RawTransaction
impl RawTransaction
Sourcepub fn calc_tx_hash(&self) -> Byte32
pub fn calc_tx_hash(&self) -> Byte32
Source§impl RawTransaction
impl RawTransaction
pub const FIELD_COUNT: usize = 6usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn version(&self) -> Uint32
pub fn cell_deps(&self) -> CellDepVec
pub fn header_deps(&self) -> Byte32Vec
pub fn inputs(&self) -> CellInputVec
pub fn outputs(&self) -> CellOutputVec
pub fn outputs_data(&self) -> BytesVec
pub fn as_reader<'r>(&'r self) -> RawTransactionReader<'r>
Trait Implementations§
Source§impl Clone for RawTransaction
impl Clone for RawTransaction
Source§fn clone(&self) -> RawTransaction
fn clone(&self) -> RawTransaction
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 RawTransaction
impl Debug for RawTransaction
Source§impl Default for RawTransaction
impl Default for RawTransaction
Source§fn default() -> RawTransaction
fn default() -> RawTransaction
Returns the “default value” for a type. Read more
Source§impl Display for RawTransaction
impl Display for RawTransaction
Source§impl Entity for RawTransaction
impl Entity for RawTransaction
const NAME: &'static str = "RawTransaction"
type Builder = RawTransactionBuilder
fn new_unchecked(data: Bytes) -> RawTransaction
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<RawTransaction, VerificationError>
fn from_compatible_slice( slice: &[u8], ) -> Result<RawTransaction, VerificationError>
fn new_builder() -> <RawTransaction as Entity>::Builder
fn as_builder(self) -> <RawTransaction as Entity>::Builder
Auto Trait Implementations§
impl !Freeze for RawTransaction
impl RefUnwindSafe for RawTransaction
impl Send for RawTransaction
impl Sync for RawTransaction
impl Unpin for RawTransaction
impl UnwindSafe for RawTransaction
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
)