pub struct Script(/* private fields */);
Implementations§
Source§impl Script
impl Script
Sourcepub fn calc_script_hash(&self) -> Byte32
pub fn calc_script_hash(&self) -> Byte32
Calls ScriptReader.calc_script_hash()
for self.as_reader()
.
Source§impl Script
impl Script
Sourcepub fn into_witness(self) -> Bytes
pub fn into_witness(self) -> Bytes
Converts self into bytes of CellbaseWitness
.
Sourcepub fn from_witness(witness: Bytes) -> Option<Self>
pub fn from_witness(witness: Bytes) -> Option<Self>
Converts from bytes of CellbaseWitness
.
Sourcepub fn is_hash_type_type(&self) -> bool
pub fn is_hash_type_type(&self) -> bool
Source§impl Script
impl Script
Sourcepub fn occupied_capacity(&self) -> CapacityResult<Capacity>
pub fn occupied_capacity(&self) -> CapacityResult<Capacity>
Source§impl Script
impl Script
pub const FIELD_COUNT: usize = 3usize
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 code_hash(&self) -> Byte32
pub fn hash_type(&self) -> Byte
pub fn args(&self) -> Bytes
pub fn as_reader<'r>(&'r self) -> ScriptReader<'r>
Trait Implementations§
Source§impl Entity for Script
impl Entity for Script
const NAME: &'static str = "Script"
type Builder = ScriptBuilder
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 Script
impl Ord for Script
Source§impl PartialOrd for Script
impl PartialOrd for Script
impl Eq for Script
Auto Trait Implementations§
impl !Freeze for Script
impl RefUnwindSafe for Script
impl Send for Script
impl Sync for Script
impl Unpin for Script
impl UnwindSafe for Script
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
)