Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stdevHan_t70_correcting_handle' …
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
stdevMac committed Oct 5, 2019
2 parents 486895c + 1c2fe2d commit fd8a248
Show file tree
Hide file tree
Showing 3 changed files with 4,353 additions and 1,766 deletions.
11 changes: 11 additions & 0 deletions lib/swig/LibskycoinNet/LibskycoinNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@
<Compile Include="skycoin\SWIGTYPE_p_Wallet__Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_Options__Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_Config__Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_WebRpcClient__Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_CreateTransactionRequest__Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_ReadableOutputSet_Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_CreateTransactionParams__Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_SignedBlock__Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_WalletReadableNotes_Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_OutputsResult_Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_StatusResult_Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_ReadableUnspentOutputsSummary_Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_Hash_Handle.cs" />
<Compile Include="skycoin\SWIGTYPE_p_UnspentOutputsSummary_Handle.cs" />
</ItemGroup>
<ItemGroup>
<None Include="skycoin\skycoinnet_wrap.c" />
Expand Down
28 changes: 28 additions & 0 deletions lib/swig/swig/csharp_typemap.i
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,34 @@
%pointer_functions(BlockHeader__Handle,BlockHeader__HandlePtr);
%pointer_functions(Signature_Handle,Signature_HandlePtr);
%pointer_functions(Number_Handle,Number_HandlePtr);
%pointer_functions(WebRpcClient__Handle,WebRpcClient_HandlePtr);
%pointer_functions(Wallet__Handle,Wallet__HandlePtr);
%pointer_functions(ReadableWallet__Handle,ReadableWallet__HandlePtr);
%pointer_functions(ReadableEntry__Handle,ReadableEntry__HandlePtr);
%pointer_functions(Options__Handle,Options__HandlePtr);
%pointer_functions(Config__Handle,Config__HandlePtr);
%pointer_functions(CLI__Handle,CLI__HandlePtr);
%pointer_functions(Client__Handle,Client__HandlePtr);
%pointer_functions(WalletResponse__Handle,WalletResponse__HandlePtr);
%pointer_functions(CreateTransactionRequest__Handle,CreateTransactionRequest__HandlePtr);
%pointer_functions(Strings__Handle,Strings__HandlePtr);
%pointer_functions(Wallets__Handle,Wallets__HandlePtr);
%pointer_functions(ReadableOutputSet_Handle,ReadableOutputSet_HandlePtr);
%pointer_functions(CreateTransactionParams__Handle,CreateTransactionParams__HandlePtr);
%pointer_functions(CreatedTransaction__Handle,CreatedTransaction__HandlePtr);
%pointer_functions(CreatedTransactionOutput__Handle,CreatedTransactionOutput__HandlePtr);
%pointer_functions(CreatedTransactionInput__Handle,CreatedTransactionInput__HandlePtr);
%pointer_functions(CreateTransactionResponse__Handle,CreateTransactionResponse__HandlePtr);
%pointer_functions(SignedBlock__Handle,SignedBlock__HandlePtr);
%pointer_functions(SortableTransactionResult_Handle,SortableTransactionResult_HandlePtr);
%pointer_functions(WalletReadableNotes_Handle,WalletReadableNotes_HandlePtr);
%pointer_functions(OutputsResult_Handle,OutputsResult_HandlePtr);
%pointer_functions(StatusResult_Handle,StatusResult_HandlePtr);
%pointer_functions(AddressUxOuts_Handle,AddressUxOuts_HandlePtr);
%pointer_functions(BuildInfo_Handle,BuildInfo_HandlePtr);
%pointer_functions(ReadableUnspentOutputsSummary_Handle,ReadableUnspentOutputsSummary_HandlePtr);
%pointer_functions(Hash_Handle,Hash_HandlePtr);
%pointer_functions(UnspentOutputsSummary_Handle,UnspentOutputsSummary_HandlePtr);
%pointer_functions(unsigned char, CharPtr);
%pointer_functions(FeeCalculator, FeeCalculatorPtr);
%pointer_functions(FeeCalcFunc, FeeCalcFuncPtr);
Expand Down
Loading

0 comments on commit fd8a248

Please sign in to comment.