forked from skycoin/libskycoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cgo] refs skycoin#105 Rewrite functions in params.distribution
- Added datatype `Distribution__Handle` - Added datatype `SKY_params_Distribution_GetMaxCoinSupply` - Added datatype `SKY_params_Distribution_SetMaxCoinSupply` - Added datatype `SKY_params_Distribution_GetInitialUnlockedCount` - Added datatype `SKY_params_Distribution_SetInitialUnlockedCount` - Added datatype `SKY_params_Distribution_GetUnlockAddressRate` - Added datatype `SKY_params_Distribution_SetUnlockAddressRate` - Added datatype `SKY_params_Distribution_GetUnlockTimeInterval` - Added datatype `SKY_params_Distribution_SetUnlockTimeInterval` - Added datatype `SKY_params_Distribution_GetAddresses` - Added datatype `SKY_params_Distribution_SetAddresses` - Added datatype `SKY_params_Distribution_Validate` - Added datatype `SKY_params_Distribution_AddressInitialBalance` - Added datatype `SKY_params_Distribution_UnlockedAddresses` - Added datatype `SKY_params_Distribution_LockedAddresses` - Added datatype `SKY_params_Distribution_AddressesDecoded` - Added datatype `SKY_params_Distribution_UnlockedAddressesDecoded` - Added datatype `SKY_params_Distribution_LockedAddressesDecoded`
- Loading branch information
Maykel Arias Torres
committed
Aug 11, 2019
1 parent
f0d8a1e
commit 661becd
Showing
4 changed files
with
243 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters