getEmitterAddressAlgorand()
Get emitter address from contract address
Method Parameters
appId: bigint
Algorand bridge contract id
Returns
Returns hex address string
Usage
import { getEmitterAddressAlgorand } from "@algo-foundry/messina-sdk";
const emitterAddr = getEmitterAddressAlgorand(BigInt(114976173));
Last updated