UNPKG

@substrate/api-sidecar

Version:

REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.

6 lines (5 loc) 182 B
import BN from 'bn.js'; /** * Compare the difference between two values. Ensures that we substract by the largest value. */ export declare const subIntegers: (a: BN, b: BN) => BN;