-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
Liquid Staking #67
Liquid Staking #67
Conversation
|
||
class TAlgoClient(BaseClient): | ||
|
||
keyreg_lsig = transaction.LogicSigAccount(b"\n\x81\x01C") |
There was a problem hiding this comment.
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(): |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
No description provided.