Skip to content

Commit

Permalink
[SWIG] refs #72 Added support to Handle the cipher.bip44
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Oct 24, 2019
1 parent b0d23ea commit f1d9d94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/swig/swig/csharp_typemap.i
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
%pointer_functions(cipher_SecKey, cipher_SecKeyPtr);
%pointer_functions(coin__TransactionOutput, coin__TransactionOutputPtr);
%pointer_functions(Distribution__Handle, Distribution__HandlePtr);
%pointer_functions(Coin__Handle, Coin__HandlePtr);
%pointer_functions(Account__Handle, Account__HandlePtr);
%pointer_functions(PrivateKey__Handle, PrivateKey__HandlePtr);
%pointer_functions(PublicKey__Handle, PublicKey__HandlePtr);

/*GoString* parameter as reference */
%typemap(in, numinputs=0) GoString* (GoString temp) {
Expand Down

0 comments on commit f1d9d94

Please sign in to comment.