Function isTokenBridgeVaaRedeemed
- isTokenBridgeVaaRedeemed<N, P, C>(tb, vaa): Promise<boolean | null>
-
Type Parameters
-
N extends "Mainnet" | "Testnet" | "Devnet"
-
P extends "Solana" | "Algorand" | "Near" | "Sui" | "Aptos" | "Btc" | "Evm" | "Cosmwasm"
-
C extends "Solana" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Algorand" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Btc" | "Base" | "Sei" | "Rootstock" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky"
Parameters
-
-
vaa: VAA<"TokenBridge:Transfer"> | VAA<"TokenBridge:TransferWithPayload">
Returns Promise<boolean | null>