0.0.1 • Published 12 months ago

@signald/protocol v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

@signald/protocol

Types and actions to communicate with a signald instance.

This library is generated from the signald protocol document

Installation

npm install @signald/protocol

Usage

You'll most probably want to use @signald/client or @signald/bot to communicate with signald.

This package currently exports the v1 types of the signald protocol.

import { list_accounts } from "@signald/protocol"

const client = // client from @signald/client or @signald/bot

const accounts = await list_accounts(client, {})