@multiversx/sdk-core
Advanced tools
Comparing version 12.19.1 to 12.19.2
@@ -0,1 +1,6 @@ | ||
/** | ||
* A library for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular). | ||
* | ||
* @packageDocumentation | ||
*/ | ||
export * from "./account"; | ||
@@ -2,0 +7,0 @@ export * from "./address"; |
"use strict"; | ||
/** | ||
* A library for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular). | ||
* | ||
* @packageDocumentation | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
@@ -3,0 +8,0 @@ if (k2 === undefined) k2 = k; |
@@ -8,3 +8,3 @@ /// <reference types="node" /> | ||
/** | ||
* An abstraction for creating, signing and broadcasting transactions. | ||
* An abstraction for creating and signing transactions. | ||
*/ | ||
@@ -11,0 +11,0 @@ export declare class Transaction { |
@@ -37,3 +37,3 @@ "use strict"; | ||
/** | ||
* An abstraction for creating, signing and broadcasting transactions. | ||
* An abstraction for creating and signing transactions. | ||
*/ | ||
@@ -40,0 +40,0 @@ class Transaction { |
{ | ||
"name": "@multiversx/sdk-core", | ||
"version": "12.19.1", | ||
"version": "12.19.2", | ||
"description": "MultiversX SDK for JavaScript and TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
@@ -7,3 +7,4 @@ # MultiversX SDK for JavaScript and TypeScript | ||
- [Cookbook](https://docs.multiversx.com/sdk-and-tools/sdk-js/sdk-js-cookbook/) | ||
- [Cookbook](https://docs.multiversx.com/sdk-and-tools/sdk-js/sdk-js-cookbook/) | ||
- [Auto-generated documentation](https://multiversx.github.io/mx-sdk-js-core/) | ||
@@ -67,2 +68,2 @@ ## Distribution | ||
For the `localnet` tests, make sure you have a *local testnet* up & running. In order to start a *local testnet*, follow [this](https://docs.multiversx.com/developers/setup-local-testnet/). | ||
For the `localnet` tests, make sure you have a _local testnet_ up & running. In order to start a _local testnet_, follow [this](https://docs.multiversx.com/developers/setup-local-testnet/). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
735004
12412
68