Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
core
utils
agent
AssetCanisterRecord
Interface AssetCanisterRecord
interface
AssetCanisterRecord
{
store
(
path
,
content
)
:
Promise
<
void
>
;
retrieve
(
path
)
:
Promise
<
number
[]
>
;
}
Index
Methods
store
retrieve
Methods
store
store
(
path
,
content
)
:
Promise
<
void
>
Parameters
path
:
string
content
:
number
[]
Returns
Promise
<
void
>
retrieve
retrieve
(
path
)
:
Promise
<
number
[]
>
Parameters
path
:
string
Returns
Promise
<
number
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
store
retrieve
ic-reactor
Loading...