Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@etzellux
Copy link
Collaborator

No description provided.


class TAlgoClient(BaseClient):

keyreg_lsig = transaction.LogicSigAccount(b"\n\x81\x01C")
Copy link
Contributor

Choose a reason for hiding this comment

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

This isn't used anymore actually. The lines with self.add_key(account_address, self.keyreg_lsig) aren't needed.

structs = json.load(open("structs.json"))["structs"]


class Struct():
Copy link
Contributor

Choose a reason for hiding this comment

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

At some point we should move these up to tinyman.struct but ok for now.

Copy link
Contributor

Choose a reason for hiding this comment

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

Or some other module. e.g tinyman.datatypes or something similar

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Agreed. Will add singleton design later on.

@etzellux etzellux merged commit 2ab9836 into main Jan 31, 2025
152 checks passed
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