API documentation of Agoric SDK / Exports / @agoric/network / types / Closable
Interface: Closable
@agoric/network.types.Closable
A closable object
Table of contents
Properties
Properties
close
• close: () => PromiseVow
<void
>
Terminate the object
Type declaration
▸ (): PromiseVow
<void
>
Returns
PromiseVow
<void
>