pub struct WalletDataV1V2 {
pub seqno: u32,
pub public_key: TonHash,
}
Expand description
WalletVersion::V1R1 | WalletVersion::V1R2 | WalletVersion::V1R3 | WalletVersion::V2R1 | WalletVersion::V2R2
Fields§
§seqno: u32
§public_key: TonHash
Trait Implementations§
Source§impl TryFrom<Cell> for WalletDataV1V2
impl TryFrom<Cell> for WalletDataV1V2
Source§impl TryFrom<WalletDataV1V2> for Cell
impl TryFrom<WalletDataV1V2> 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 WalletDataV1V2
impl RefUnwindSafe for WalletDataV1V2
impl Send for WalletDataV1V2
impl Sync for WalletDataV1V2
impl Unpin for WalletDataV1V2
impl UnwindSafe for WalletDataV1V2
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