Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ILockable

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

pub trait ILockable<TContractState>

Trait functions

lock

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

fn lock(ref self: TContractState, lock_until: u64)

is_locked

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

fn is_locked(self: @TContractState) -> (bool, u64)