5 个版本
0.1.4 | 2019年4月11日 |
---|---|
0.1.3 | 2019年3月22日 |
0.1.2 | 2019年3月22日 |
0.1.1 | 2019年3月20日 |
0.1.0 | 2019年3月6日 |
在 #cryptonote 中排名 11
每月下载 22 次
用于 cryptonote-wallet
16KB
155 代码行
基于 CryptoNote 的加密货币的账户库
用法
let prefix = 0x3d;
let acc: Account = Account::new(prefix);
// Get Keys
let spendKey = acc.address.spend;
let viewKey = acc.address.view;
// Get Address
let address = acc.get_address();
依赖项
~5MB
~98K SLoC