Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/zoe
src/contractFacet/internal-types
ZCFZygote
Interface ZCFZygote
interface
ZCFZygote
{
restartContract
:
(
(
privateArgs
?:
any
)
=>
void
)
;
startContract
:
(
(
instanceAdminFromZoe
:
ERef
<
ZoeInstanceAdmin
>
,
instanceRecordFromZoe
:
InstanceRecord
,
issuerStorageFromZoe
:
IssuerRecords
,
privateArgs
?:
any
)
=>
Promise
<
ExecuteContractResult
>
)
;
}
Index
Properties
restart
Contract
start
Contract
Properties
restart
Contract
restart
Contract
:
(
(
privateArgs
?:
any
)
=>
void
)
start
Contract
start
Contract
:
(
(
instanceAdminFromZoe
:
ERef
<
ZoeInstanceAdmin
>
,
instanceRecordFromZoe
:
InstanceRecord
,
issuerStorageFromZoe
:
IssuerRecords
,
privateArgs
?:
any
)
=>
Promise
<
ExecuteContractResult
>
)
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
On This Page
Properties
restart
Contract
start
Contract
API documentation of Agoric SDK
Loading...