toggle menu
chameleon-cosmos-tool
0.3.1
common
switch theme
search in API
chameleon-cosmos-tool
/
kr.jadekim.chameleon.cosmos.tool
/
CachedAccountInfoProvider
Cached
Account
Info
Provider
abstract
class
CachedAccountInfoProvider
(
provider
:
AccountInfoProvider
)
:
AccountInfoProvider
Inheritors
LocalCachedAccountInfoProvider
Members
Constructors
Cached
Account
Info
Provider
Link copied to clipboard
constructor
(
provider
:
AccountInfoProvider
)
Functions
get
Link copied to clipboard
open
suspend override
fun
get
(
walletAddress
:
String
)
:
AccountInfo
?
get
Cached
Link copied to clipboard
abstract
suspend
fun
getCached
(
walletAddress
:
String
)
:
AccountInfo
?
increase
Sequence
Link copied to clipboard
open
suspend override
fun
increaseSequence
(
walletAddress
:
String
)
refresh
Sequence
Link copied to clipboard
abstract
suspend
fun
refreshSequence
(
walletAddress
:
String
)
set
Cache
Link copied to clipboard
abstract
suspend
fun
setCache
(
walletAddress
:
String
,
accountInfo
:
AccountInfo
)