Skip to content

Commit

Permalink
[include] refs fibercrypto#5 Added file fctypes.gen.h, fctypes.h
Browse files Browse the repository at this point in the history
…and `util.cipher.go.h`
  • Loading branch information
Maykel Arias Torres committed Feb 4, 2020
1 parent 870a667 commit ed6705a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/fctypes.gen.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#include "core.cipher.go.h"
#include "util.cipher.go.h"
7 changes: 7 additions & 0 deletions include/fctypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,12 @@ typedef GoInt64_ Handle;
* String Slice Handle
*/
typedef Handle Strings__Handle;
typedef Handle core__SecKey;
typedef Handle core__PubKey;
typedef Handle core__Address;
typedef Handle core__AddressIterator;
typedef Handle core__TxnSigner;
typedef Handle core__TxnSignerIterator;
typedef Handle core__CryptoAccount;

#endif
3 changes: 3 additions & 0 deletions include/util.cipher.go.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
typedef struct{
GoString_ Address;
} util__GenericAddress;

0 comments on commit ed6705a

Please sign in to comment.