pub struct WalletDataV5 {
pub signature_allowed: bool,
pub seqno: u32,
pub wallet_id: i32,
pub public_key: TonHash,
}
Expand description
WalletVersion::V5R1
Fields§
§signature_allowed: bool
§seqno: u32
§wallet_id: i32
§public_key: TonHash
Trait Implementations§
Source§impl TryFrom<Cell> for WalletDataV5
impl TryFrom<Cell> for WalletDataV5
Source§impl TryFrom<WalletDataV5> for Cell
impl TryFrom<WalletDataV5> 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 WalletDataV5
impl RefUnwindSafe for WalletDataV5
impl Send for WalletDataV5
impl Sync for WalletDataV5
impl Unpin for WalletDataV5
impl UnwindSafe for WalletDataV5
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