Documentation ¶
Index ¶
Constants ¶
View Source
const ( // IN : Input coin transaction IN = 1 // OUT : Output coin transaction OUT = 2 )
Variables ¶
This section is empty.
Functions ¶
func CreateAccountStatement ¶
func CreateAccountStatement(accountStatement models.AccountStatement) (*models.AccountStatement, error)
CreateAccountStatement : create accountStatement for a transaction
func GetAccountStatement ¶
func GetAccountStatement(w http.ResponseWriter, r *http.Request)
GetAccountStatement : Get accountStatement of transactions
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.