Documentation ¶
Index ¶
- func GetAddress(addr string) *model.Address
- func GetClaim(addr string) *model.Claim
- func GetInput(txHash string, isCoinBase bool, prevHash string, prevN uint) *model.Input
- func GetOutput(txHash string, vout uint) *model.Output
- func GetSupport(txHash string, vout uint) *model.Support
- func GetTxAddress(txID uint64, addrID uint64) *model.TransactionAddress
- func PutAddress(address *model.Address) error
- func PutClaim(claim *model.Claim) error
- func PutInput(input *model.Input) error
- func PutOutput(output *model.Output) error
- func PutSupport(support *model.Support) error
- func PutTxAddress(txAddress *model.TransactionAddress) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAddress ¶
GetAddress makes creating,retrieving,updating the model type simplified.
func GetSupport ¶
GetSupport makes creating,retrieving,updating the model type simplified.
func GetTxAddress ¶
func GetTxAddress(txID uint64, addrID uint64) *model.TransactionAddress
GetTxAddress makes creating,retrieving,updating the model type simplified.
func PutAddress ¶
PutAddress makes creating,retrieving,updating the model type simplified.
func PutSupport ¶
PutSupport makes creating,retrieving,updating the model type simplified.
func PutTxAddress ¶
func PutTxAddress(txAddress *model.TransactionAddress) error
PutTxAddress makes creating,retrieving,updating the model type simplified.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.