Type Parameters

Hierarchy

Constructors

Properties

autoCircleBridge?: AutomaticCircleBridge<P>
autoTokenBridge?: AutomaticTokenBridge<P>
chain: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Rootstock" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Sepolia"
circleBridge?: CircleBridge<P>
config: ChainConfig
ibcBridge?: IbcBridge<P>
platform: Platform<P>
rpc?: any
supportsAutomaticCircleBridge: (() => boolean)

Type declaration

    • (): boolean
    • Returns boolean

supportsAutomaticTokenBridge: (() => boolean)

Type declaration

    • (): boolean
    • Returns boolean

supportsCircleBridge: (() => boolean)

Type declaration

    • (): boolean
    • Returns boolean

supportsIbcBridge: (() => boolean)

Type declaration

    • (): boolean
    • Returns boolean

supportsTokenBridge: (() => boolean)

Type declaration

    • (): boolean
    • Returns boolean

tokenBridge?: TokenBridge<P>

Methods

  • Parameters

    • walletAddr: string
    • token: UniversalAddress | "native" | GetNativeAddress<ChainOrPlatformToPlatform<P>>

    Returns Promise<null | bigint>

  • Returns Promise<number>

  • Parameters

    • token: UniversalAddress | "native" | GetNativeAddress<ChainOrPlatformToPlatform<P>>

    Returns Promise<bigint>

  • Returns Promise<any>

  • Parameters

    • stxns: any

    Returns Promise<string[]>

Generated using TypeDoc