@stargatefinance/stg-error-parser
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Overview

This package provides utilities for handling errors returned by Stargate contracts. It offers a streamlined way to check and parse hexadecimal strings that may represent errors sent by Solidity contracts.

Installation

To use this package, include it in your project using npm or yarn:

npm install @stargatefinance/stg-error-parser

or

yarn add @stargatefinance/stg-error-parser

Usage

The package exports two main functions:

checkError(data: string): void

This function checks a given string for any errors sent by a Stargate contract.

parseError(data: string): LayerZeroParsedError | null

This function parses a given string for error and decodes it.

Readme

Keywords

none

Package Sidebar

Install

npm i @stargatefinance/stg-error-parser

Weekly Downloads

78

Version

1.0.2

License

BUSL-1.1

Unpacked Size

56.8 kB

Total Files

9

Last publish

Collaborators

  • stargate-bot