Skip to content

Commit

Permalink
feat: methods for transfer association and approval from the IHTS (#188)
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Jasuwienas <mariusz.jasuwienas@arianelabs.com>
  • Loading branch information
arianejasuwienas authored Jan 20, 2025
1 parent f31fdce commit 8533630
Show file tree
Hide file tree
Showing 5 changed files with 956 additions and 185 deletions.
6 changes: 6 additions & 0 deletions contracts/HederaResponseCodes.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;

library HederaResponseCodes {
int32 internal constant SUCCESS = 22; // The transaction succeeded
}
Loading

0 comments on commit 8533630

Please sign in to comment.