@fuel-ts/predicate is a sub-module for interacting with Fuel.
This module allows for a simple way to serialize calls to an on-chain predicate as part of an Input.
yarn add @fuel-ts/predicate
# or
npm add @fuel-ts/predicate
Alternatively, we recommend you install the complete SDK using the umbrella package:
yarn add fuels
# or
npm add fuels
In order to contribute to @fuel-ts/predicate
, please see the main fuels-ts monorepo.
The @fuel-ts/predicate
changelog can be found at CHANGELOG.
The primary license for @fuel-ts/predicate
is Apache 2.0
, see LICENSE.