# Functions
@function:ETH signature
@paramter[in]prikey pointer to private key
@paramter[in]hash pointer to the hash of message(Transaction txt)
@parameter[out]the first part is signature(r||s||v,total 65 byte);
the second part
*/.
GetTxSigner 根据币种类型获取已注册的交易签名工具.
@function:ICX signature
@paramter[in]prikey pointer to private key
@paramter[in]hash pointer to the hash of message(Transaction txt)
@parameter[out]the first part is signature(r||s||v,total 65 byte);
the second part
*/.
@function:NAS signature
@paramter[in]prikey pointer to private key
@paramter[in]hash pointer to the hash of message(Transaction txt)
@parameter[out]the first part is signature(r||s||v,total 65 byte);
the second part
*/.
RegTxSigner 注册交易签名工具 @param name 资产别名 @param manager 交易签名工具 @param config 加载配置.
signTxHash 签名交易单哈希.
@function:Tron signature(ECDSA&&secp256k1)
@paramter[in]prikey pointer to private key
@paramter[in]hash pointer to the hash of message(Transaction txt)
@parameter[out]the first part is signature(r||s||v,total 65 byte);
the second part
*/.
No description provided by the author