Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ILockableSafeDispatcherTrait

Fully qualified path: token_bound_accounts::interfaces::ILockable::ILockableSafeDispatcherTrait

Part of the group: dispatchers

pub trait ILockableSafeDispatcherTrait<T>

Trait functions

lock

Fully qualified path: token_bound_accounts::interfaces::ILockable::ILockableSafeDispatcherTrait::lock

fn lock(self: T, lock_until: u64) -> Result<(), Array<felt252>>

is_locked

Fully qualified path: token_bound_accounts::interfaces::ILockable::ILockableSafeDispatcherTrait::is_locked

fn is_locked(self: T) -> Result<(bool, u64), Array<felt252>>