Skip to content

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>

Defined in

packages/network/src/types.js:31