Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) GetAllTransactions ¶
func (db *DB) GetAllTransactions() ([]Transaction, error)
func (*DB) GetTransaction ¶
func (db *DB) GetTransaction(txID string) (*Transaction, error)
Click to show internal directories.
Click to hide internal directories.