Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTransaction ¶
func GetTransaction(b Block, hash []byte) transaction.Transaction
GetTransaction returns a transaction from the given a block hash of the transaction.
func GetTransactionCount ¶
GetTransactionCount returns the number of recorded transactions in the given block.
func GetTransactions ¶
func GetTransactions(b Block) []transaction.Transaction
GetTransactions returns a slice of transactions recorded in the given block.
Types ¶
Click to show internal directories.
Click to hide internal directories.