BIP实现类图
2019-02-25 22:53:15 0 举报
BIP实现类图
作者其他创作
大纲/内容
BIPInterface
String getPrivateKeyString getPublicKeyString getAddressString getSeedString signString constructRawTxHex
ERC20BIPEntry
String constructRawTxHex;Double decimals();String contractAddress();
ETHBIPEntry
AbstractBIPEntry
String cointype;DeterministicKey deterministicKey;DeterministicSeed deterministicSeed;
AbstractBTCBIPEntry
protected ECKey ecKey;
void initEcKey();String getPrivateKey();String getPublicKey();ECKey getEcKey();String getAddress();
BTCBIPEntry
String constructRawTxHex;
AbstractETHBIPEntry
protected ECKeyPair ecKey;
void initEcKey();String getPrivateKey();String getPublicKey();ECKeyPair getEcKey();String getAddress();
0 条评论
下一页