Preparing search index...
The search index is not available
SDK Core Documentation - v0.0.2-5
SDK Core Documentation
ABICacheInterface
Interface ABICacheInterface
Interface that should be implemented by abi providers.
interface
ABICacheInterface
{
cache
:
Map
<
string
,
ABI
>
;
pending
:
Map
<
string
,
Promise
<
GetRawAbiResponse
>
>
;
getAbi
(
account
)
:
Promise
<
ABI
>
;
setAbi
(
account
,
abi
,
merge
?
)
:
void
;
}
Hierarchy-Diagram
Legend
class
interface
public method
Hierarchy (
view full
)
AbiProvider
ABICacheInterface
Implemented by
ABICache
Index
Properties
cache
pending
Methods
get
Abi
set
Abi
Properties
Readonly
cache
cache
:
Map
<
string
,
ABI
>
Readonly
pending
pending
:
Map
<
string
,
Promise
<
GetRawAbiResponse
>
>
Methods
get
Abi
get
Abi
(
account
)
:
Promise
<
ABI
>
Parameters
account
:
NameType
Returns
Promise
<
ABI
>
set
Abi
set
Abi
(
account
,
abi
,
merge
?
)
:
void
Parameters
account
:
NameType
abi
:
ABIDef
Optional
merge
:
boolean
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
cache
pending
get
Abi
set
Abi
SDK Core Documentation - v0.0.2-5
Loading...
Interface that should be implemented by abi providers.