Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashTx ¶
func HashTx(tx *protos.Transaction, includeSigns bool) []byte
HashTx make tx hash using double sha256
func MakeTxDigestHash ¶
func MakeTxDigestHash(tx *protos.Transaction) ([]byte, error)
MakeTxDigestHash 生成交易关键信息的hash, 其中includeSigns=false
func ProcessSignTx ¶
func ProcessSignTx(cryptoClient cryptoBase.CryptoClient, tx *protos.Transaction, jsonSK []byte) ([]byte, error)
ProcessSignTx 签名Tx
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.