Interface ITokenBridgeHomeSide

The TokenBridge is created between 2 networks, referred to as a Native (or Home) Network and a Foreign network. The Native or Home network has fast and inexpensive operations. All bridge operations to collect validator confirmations are performed on this side of the bridge. The Foreign network can be any chain, but generally refers to the Ethereum mainnet.

Hierarchy

  • ITokenBridgeHomeSide

Implemented by

Methods

  • Parameters

    • recipientAddress: string
    • fromBlock: string

    Returns Promise<SuccessfulTransactionReceipt>

Generated using TypeDoc