pub struct WalletDataV3 {
pub seqno: u32,
pub wallet_id: i32,
pub public_key: TonHash,
}
Expand description
WalletVersion::V3R1 | WalletVersion::V3R2
Fields§
§seqno: u32
§wallet_id: i32
§public_key: TonHash
Trait Implementations§
Source§impl TryFrom<Cell> for WalletDataV3
impl TryFrom<Cell> for WalletDataV3
Source§impl TryFrom<WalletDataV3> for Cell
impl TryFrom<WalletDataV3> for Cell
Source§type Error = TonCellError
type Error = TonCellError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for WalletDataV3
impl RefUnwindSafe for WalletDataV3
impl Send for WalletDataV3
impl Sync for WalletDataV3
impl Unpin for WalletDataV3
impl UnwindSafe for WalletDataV3
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