Skip to content

Conversation

DaughterOfMars
Copy link
Contributor

Descriptions

Adds three graphql queries and types to support IOTA-Names.

Copy link
Member

@Thoralf-M Thoralf-M left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default name: name.iota 🎉

from lib.iota_sdk_ffi import *

import asyncio


async def main():
    client = GraphQlClient.new_devnet()
    
    name = await client.iota_names_default_name(Address.from_hex("0x0000a4984bd495d4346fa208ddff4f5d5e5ad48c21dec631ddebc99809f16900"), None)
    print("Default name:", name.format(NameFormat.DOT))

if __name__ == "__main__":
    asyncio.run(main())

@Thoralf-M Thoralf-M merged commit 94e185d into sdk-bindings Oct 8, 2025
14 checks passed
@Thoralf-M Thoralf-M deleted the feat/iota-names branch October 8, 2025 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants