Abstract
Get the Automatic Circle Bridge protocol client for this chain
the Automatic Circle Bridge protocol client for this chain
Get the Automatic Token Bridge protocol client for this chain
the Automatic Token Bridge protocol client for this chain
Get the balance of a token for a given address
the address to get the balance for
the token to get the balance for
the balance of the token for the address
Get the Circle Bridge protocol client for this chain
the Circle Bridge protocol client for this chain
Get the number of decimals for a token
the token to get the decimals for
the number of decimals for the token
Get the Portico Bridge protocol client for this chain
the Portico Bridge protocol client for this chain
Get the token account for a given address and token
the address to get the token account for
the token to get the token account for
the token account for the address and token
This is really only useful in the context of Solana but in order to provide a consistent interface, we provide it here.
Get the Token Bridge protocol client for this chain
the Token Bridge protocol client for this chain
Get the Wormhole Core protocol client for this chain
the Wormhole Core protocol client for this chain
Parse the Wormhole Core messages from a transaction
the transaction to parse
the Wormhole Core messages emitted by the transaction
Check to see if a given protocol is supported by this chain by checking if it is registered in the platform and the configuration is available and correct
the name of the Protocol to check for support
a boolean indicating if this protocol is supported
Generated using TypeDoc
A ChainContext provides a consistent interface for interacting with a chain. It holds the configuration for the chain and cached RPC and protocol clients.