Documentation ¶
Index ¶
- Constants
- func DecodeTransactionsFromHex(transactionsHex string) ([][]byte, error)
- func EncodeTransactionsToHex(transactions [][]byte) string
- func EstimateMassAfterSignatures(transaction *serialization.PartiallySignedTransaction, ecdsa bool, ...) (uint64, error)
- func Start(params *dagconfig.Params, listen, rpcServer string, keysFilePath string, ...) error
Constants ¶
View Source
const MaxDaemonSendMsgSize = 100_000_000
MaxDaemonSendMsgSize is the max send message size used for the daemon server. Currently, set to 100MB
Variables ¶
This section is empty.
Functions ¶
func EncodeTransactionsToHex ¶
func EstimateMassAfterSignatures ¶
func EstimateMassAfterSignatures(transaction *serialization.PartiallySignedTransaction, ecdsa bool, minimumSignatures uint32, txMassCalculator *txmass.Calculator) (uint64, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.