pub struct CellInput(/* private fields */);
Implementations§
Source§impl CellInput
impl CellInput
pub const TOTAL_SIZE: usize = 44usize
pub const FIELD_SIZES: [usize; 2] = _
pub const FIELD_COUNT: usize = 2usize
pub fn since(&self) -> Uint64
pub fn previous_output(&self) -> OutPoint
pub fn as_reader<'r>(&'r self) -> CellInputReader<'r>
Trait Implementations§
Source§impl Entity for CellInput
impl Entity for CellInput
const NAME: &'static str = "CellInput"
type Builder = CellInputBuilder
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
Source§impl Ord for CellInput
impl Ord for CellInput
Source§impl PartialOrd for CellInput
impl PartialOrd for CellInput
impl Eq for CellInput
Auto Trait Implementations§
impl !Freeze for CellInput
impl RefUnwindSafe for CellInput
impl Send for CellInput
impl Sync for CellInput
impl Unpin for CellInput
impl UnwindSafe for CellInput
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
)Source§impl<T> PackVec<CellInputVec, CellInput> for Twhere
T: IntoIterator<Item = CellInput>,
impl<T> PackVec<CellInputVec, CellInput> for Twhere
T: IntoIterator<Item = CellInput>,
Source§fn pack(self) -> CellInputVec
fn pack(self) -> CellInputVec
Packs a vector of binary data into one binary data.