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 Circle Bridge protocol client for this chain
the Circle Bridge protocol client for this chain
Get the Portico Bridge protocol client for this chain
the Portico Bridge protocol client for this chain
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
Check to see if the Automatic Circle Bridge protocol is supported by this chain
a boolean indicating if this chain supports the Automatic Circle Bridge protocol
Check to see if the Automatic Token Bridge protocol is supported by this chain
a boolean indicating if this chain supports the Automatic Token Bridge protocol
Check to see if the Circle Bridge protocol is supported by this chain
a boolean indicating if this chain supports the Circle Bridge protocol
Check to see if the IBC Bridge protocol is supported by this chain
a boolean indicating if this chain supports the IBC Bridge protocol
Check to see if the Portico Bridge protocol is supported by this chain
a boolean indicating if this chain supports the Portico Bridge protocol
Check to see if the Token Bridge protocol is supported by this chain
a boolean indicating if this chain supports the Token Bridge protocol
Check to see if the Wormhole Core protocol is supported by this chain
a boolean indicating if this chain supports the Wormhole Core protocol
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 number of decimals for a token
the token to get the decimals for
the number of decimals for the token
Construct a protocol client for the given protocol
Note: If no contracts are passed, we assume the default contracts should be used and that the protocol client is cacheable
The name of the protocol to construct a client for
Optional
contracts: ContractsOptional
rpc: anyAn instance of the protocol client that implements the protocol interface for the 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.
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 for the EVM platform