We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add, _, _ := account.XchainToEVMAddress("qzuppnp2ZESdFf5Nd5AnDTWtBCASgg3cG") fmt.Println(add) fmt.Println("qzuppnp2ZESdFf5Nd5AnDTWtBCASgg3cG") // outpt 1979D7D9326E313BFC3440523D68A417196B50BD qzuppnp2ZESdFf5Nd5AnDTWtBCASgg3cG
add, _, _ := account.EVMToXchainAddress("1979D7D9326E313BFC3440523D68A417196B50BD") fmt.Println(add) fmt.Println("qzuppnp2ZESdFf5Nd5AnDTWtBCASgg3cG") // outpt SfJqiVXKNmZopWzMCjrJ6BjFfwDgZAApV qzuppnp2ZESdFf5Nd5AnDTWtBCASgg3cG
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: