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");
Last updated