toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
lattice
/
com.example.lattice
/
AccountLock
Account
Lock
interface
AccountLock
Inheritors
AccountLockImpl
Members
Functions
obtain
Link copied to clipboard
abstract
fun
obtain
(
chainId
:
String
,
address
:
String
)
获取账户锁
unlock
Link copied to clipboard
abstract
fun
unlock
(
chainId
:
String
,
address
:
String
)
释放账户锁
with
Lock
Link copied to clipboard
abstract
fun
<
T
>
withLock
(
chainId
:
String
,
address
:
String
,
block
:
(
)
->
T
)
:
T