-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement IHederaTokenService
facade methods
#151
Labels
feature
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Comments
acuarica
added
the
feature
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
label
Dec 11, 2024
As discussed today, please give priority to this issue. |
arianejasuwienas
added a commit
that referenced
this issue
Jan 8, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 8, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 9, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 10, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 10, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 10, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 14, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 14, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 14, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 15, 2025
…okenService interface (#151) Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 15, 2025
…okenService interface (#151) Signed-off-by: Mariusz Jasuwienas <[email protected]>
2 tasks
arianejasuwienas
added a commit
that referenced
this issue
Jan 15, 2025
…okenService interface (#151) Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 15, 2025
…okenService interface (#151) Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 16, 2025
…methods order, moving 22 const to lib, removing redundant comment (#151) Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 16, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 17, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
The
IHederaTokenService
interface contains many facade methods that are already implemented inHtsSystemContract
, e.g., transfer, approvals and association methods.Extend our
IHederaTokenService
interface and implement these methods similar togetTokenInfo
.The text was updated successfully, but these errors were encountered: