Documentation ¶
Index ¶
- Variables
- func BroadcastBfTx(idBftx string) (interface{}, error)
- func ConstructBfTx(transaction bf_tx.BF_TX) (interface{}, error)
- func DecryptBfTx(idBftx string) (interface{}, error)
- func EncryptBfTx(idBftx string) (interface{}, error)
- func GetInfo() (interface{}, error)
- func GetTotal() (interface{}, error)
- func GetTransaction(idBftx string) (interface{}, error)
- func QueryTransaction(idBftx string) (interface{}, error)
- func SignBfTx(idBftx string) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var TendermintClient abcicli.Client
TendermintClient object to call function from tendermint
Functions ¶
func BroadcastBfTx ¶
BroadcastBfTx function to broadcast a BFTX via API
func ConstructBfTx ¶
ConstructBfTx function to create a BFTX via API
func DecryptBfTx ¶
DecryptBfTx function to decrypt a BFTX via API
func EncryptBfTx ¶
EncryptBfTx function to encrypt a BFTX via API
func GetInfo ¶
func GetInfo() (interface{}, error)
GetInfo function to get info about the network via API
func GetTotal ¶
func GetTotal() (interface{}, error)
GetTotal function to get the total amount of transactions via API
func GetTransaction ¶
GetTransaction function to get a transaction, from the local database, by id via API
func QueryTransaction ¶
QueryTransaction function to query a transaction, from the network, by id via API
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.