Skip to content

Commit

Permalink
[cgo] refs fibercrypto#116 Finalized params.distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jan 18, 2020
1 parent aa9ccf7 commit 6588240
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/params.distribution.go.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
typedef struct{
GoUint64_ MaxCoinSupply;
GoUint64_ InitialUnlockedCount;
GoUint64_ UnlockAddressRate;
GoUint64_ UnlockTimeInterval;
GoSlice_ Addresses;
GoSlice_ addressesDecoded;
} params__Distribution;

0 comments on commit 6588240

Please sign in to comment.