How do i get Application Account Address through Golang Algorand SDK?

Welcome to Algorand!

You need:

crypto.GetApplicationAddress(applicationID)

See go-algorand-sdk/crypto.go at ccae00cca85a5eaba7e4b4f30f04f35c26f86a02 · algorand/go-algorand-sdk · GitHub

1 Like