pub struct UnpackedInMsgSmcInfo {
pub bounce: bool,
pub bounced: bool,
pub src_addr: OwnedCellSlice,
pub fwd_fee: Tokens,
pub created_lt: u64,
pub created_at: u32,
pub original_value: Tokens,
pub remaining_value: CurrencyCollection,
pub state_init: Option<Cell>,
}Expand description
Internal message parts.
Fields§
§bounce: bool§bounced: bool§src_addr: OwnedCellSlice§fwd_fee: Tokens§created_lt: u64§created_at: u32§original_value: Tokens§remaining_value: CurrencyCollection§state_init: Option<Cell>Implementations§
Source§impl UnpackedInMsgSmcInfo
impl UnpackedInMsgSmcInfo
pub fn empty_msg_tuple() -> SafeRc<Tuple>
pub fn into_tuple(self) -> SafeRc<Tuple>
pub fn addr_none_slice() -> RcStackValue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnpackedInMsgSmcInfo
impl !RefUnwindSafe for UnpackedInMsgSmcInfo
impl !Send for UnpackedInMsgSmcInfo
impl !Sync for UnpackedInMsgSmcInfo
impl Unpin for UnpackedInMsgSmcInfo
impl !UnwindSafe for UnpackedInMsgSmcInfo
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