UNPKG

@stellar/stellar-sdk

Version:

A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.

9 lines (8 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasOwnProperty = hasOwnProperty; function hasOwnProperty(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }