Documentation ¶
Overview ¶
* Chain Query * * The LBRY blockchain is read into SQL where important structured information can be extracted through the Chain Query API. * * API version: 0.1.0 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* Chain Query * * The LBRY blockchain is read into SQL where important structured information can be extracted through the Chain Query API. * * API version: 0.1.0 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* Chain Query * * The LBRY blockchain is read into SQL where important structured information can be extracted through the Chain Query API. * * API version: 0.1.0 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* Chain Query * * The LBRY blockchain is read into SQL where important structured information can be extracted through the Chain Query API. * * API version: 0.1.0 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* Chain Query * * The LBRY blockchain is read into SQL where important structured information can be extracted through the Chain Query API. * * API version: 0.1.0 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* Chain Query * * The LBRY blockchain is read into SQL where important structured information can be extracted through the Chain Query API. * * API version: 0.1.0 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* Chain Query * * The LBRY blockchain is read into SQL where important structured information can be extracted through the Chain Query API. * * API version: 0.1.0 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddressSummary ¶
type AddressSummary struct { Address string `json:"Address,omitempty"` // Total amount received by address from all transactions it was a part of. TotalReceived float64 `json:"TotalReceived,omitempty"` // Total amount sent from address for all transactions it was a part of. TotalSent float64 `json:"TotalSent,omitempty"` // The current balance of an address Balance float64 `json:"Balance,omitempty"` }
type TableSize ¶
type TableSize struct { // Name of the table being referenced. TableName string `json:"TableName,omitempty"` // The number of rows in the referenced table NrRows int64 `json:"NrRows,omitempty"` }
Contains the name and number of rows for a table.
type TableStatus ¶
type TableStatus struct {
Status []TableSize `json:"TableStatus,omitempty"`
}
Contains an array of tables and their row count.