Create a PITokenClient for a specific token process ID
The process ID of the token to create a client for
A configured PITokenClient
Creates token client pairs for all available PI tokens The first item is a PITokenClient created with the id field The second item is a BaseToken client created with the process field
A map of token ticker to [PITokenClient, TokenClient] tuples
Creates an array of token client pairs for all available PI tokens Each pair contains a PITokenClient created with the id field and a BaseToken client created with the process field
An array of [PITokenClient, TokenClient] tuples
Creates token clients for all available PI tokens
A map of token ticker to PITokenClient instances
Creates an array of PITokenClient instances for all available PI tokens
An array of PITokenClient instances
Gets information about the PI Oracle process.
Promise resolving to a DryRunResult with oracle information
Gets all available PI tokens from the delegation oracle.
Promise resolving to a list of PI tokens as a string
Gets a map of all PI tokens with their token process IDs and other details
A map of token ticker to token details
Parse the raw PI tokens string into a structured array
Raw PI tokens data string
Parsed PI tokens
Interface for interacting with the PI Oracle process. The Oracle provides information about all available PI tokens.