Messina SDK
  • Introduction
    • Introduction
  • SETTING UP
    • Installation
  • Contracts
    • Contracts
  • METHODS
    • Algorand
      • transferFromAlgorand()
      • getEmitterAddressAlgorand()
      • parseSequenceFromLogAlgorand()
      • redeemOnAlgorand()
    • EVM
      • getAllowanceEth()
      • approveEth()
      • transferFromEth()
      • getEmitterAddressEth()
      • parseSequenceFromLogEth()
      • redeemOnEth()
      • redeemOnEthWithType()
    • Guardian
      • getSignedVAA()
    • Utils
      • nativeToHexString()
  • Bridging
    • Algorand -> Ethereum
    • Ethereum -> Algorand
  • Contact
    • Email
    • Discord
    • Telegram
    • Twitter
Powered by GitBook
On this page
  • Method Parameters
  • Returns
  • Usage
  1. METHODS
  2. EVM

getEmitterAddressEth()

Get emitter address from contract address

Method Parameters

contractAddress: number | BytesLike | Hexable

Ethereum bridge contract address

Returns

Returns hex address string

Usage

import { getEmitterAddressEth } from "@algo-foundry/messina-sdk";

const emitterAddr = getEmitterAddressEth("0xf72a04B891bA46819D83c75687d31f22f6d646c1");
PrevioustransferFromEth()NextparseSequenceFromLogEth()

Last updated 6 months ago