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