UNPKG

@azuro-org/toolkit

Version:

This framework-agnostic package provides essential utilities for building applications on the Azuro Protocol.

6 lines (5 loc) 199 B
/** * Extracts the provider ID from a condition ID string. * The provider ID is encoded in characters 2-4 of the condition ID. * */ export declare const getProviderFromId: (id: string) => number;