PorticoBridge provides a consistent interface to interact with the Portico bridge contracts.

Type Parameters

  • N extends Network

  • C extends Chain

Hierarchy

  • PorticoBridge

Implemented by

Methods

  • quote relay on destination with conversion

    Parameters

    Returns Promise<bigint>

  • quote token conversion

    Parameters

    Returns Promise<bigint>

  • Redeem a transfer VAA to receive the tokens on this chain

    Parameters

    Returns AsyncGenerator<UnsignedTransaction<N, C>, any, unknown>

  • Initiate a transfer of some token to another chain

    Parameters

    Returns AsyncGenerator<UnsignedTransaction<N, C>, any, unknown>

Generated using TypeDoc