[soul-wallet-lib](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / RefCounted

# Interface: RefCounted

[<internal>](../modules/internal_.md).RefCounted

## Hierarchy

- **`RefCounted`**

  ↳ [`Timer`](internal_.Timer.md)

## Table of contents

### Methods

- [ref](internal_.RefCounted.md#ref)
- [unref](internal_.RefCounted.md#unref)

## Methods

### ref

▸ **ref**(): [`RefCounted`](internal_.RefCounted.md)

#### Returns

[`RefCounted`](internal_.RefCounted.md)

#### Defined in

node_modules/@types/node/globals.d.ts:232

___

### unref

▸ **unref**(): [`RefCounted`](internal_.RefCounted.md)

#### Returns

[`RefCounted`](internal_.RefCounted.md)

#### Defined in

node_modules/@types/node/globals.d.ts:233
