Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTxIdFromHex ¶ added in v0.6.0
func GetTxIdFromPset ¶ added in v0.1.2
func NewFeeOutput ¶
func NewFeeOutput(feeAmount uint64, net *network.Network) []*transaction.TxOutput
Types ¶
type UnblindedResult ¶
type UnblindedResult struct { AssetHash string Value uint64 AssetBlinder []byte ValueBlinder []byte }
func UnblindOutput ¶
func UnblindOutput( utxo *transaction.TxOutput, blindKey []byte, ) (*UnblindedResult, bool)
Click to show internal directories.
Click to hide internal directories.