Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 492 Bytes

File metadata and controls

30 lines (19 loc) · 492 Bytes
title SLP
icon elipses
ordinal 6

Constructor

Create an instance of SLP SDK

Arguments

  1. config Object optional: configuration
Valid config properties

Result

SLP SLP: instance of SLP SDK

Examples

Create instance of SLP SDK
const SLPSDK = require("slp-sdk");
const SLP = new SLPSDK({
  restURL: "https://trest.bitcoin.com/v2/"
});