org.plasmalabs.indexer.services

Members list

Type members

Classlikes

final case class AssetLabel(labelType: LabelType, label: Label, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[AssetLabel]

An identifier for a TAM2 asset type

An identifier for a TAM2 asset type

Attributes

Companion
object
Supertypes
trait Updatable[AssetLabel]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AssetLabel extends GeneratedMessageCompanion[AssetLabel]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[AssetLabel]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
AssetLabel.type
object AssetLabelValidator extends Validator[AssetLabel]

Attributes

Supertypes
trait Validator[AssetLabel]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class BlockData(header: BlockHeader, body: FullBlockBody, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BlockData]

Data structure with the most important parts of a Block. Equivalent to a denormalized Full Block.

Data structure with the most important parts of a Block. Equivalent to a denormalized Full Block.

Attributes

Companion
object
Supertypes
trait Updatable[BlockData]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BlockData extends GeneratedMessageCompanion[BlockData]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BlockData]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
BlockData.type
object BlockDataValidator extends Validator[BlockData]

Attributes

Supertypes
trait Validator[BlockData]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class BlockResponse(block: FullBlock, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BlockResponse]

Attributes

Companion
object
Supertypes
trait Updatable[BlockResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BlockResponse extends GeneratedMessageCompanion[BlockResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BlockResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object BlockResponseValidator extends Validator[BlockResponse]

Attributes

Supertypes
trait Validator[BlockResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
trait BlockServiceFs2Grpc[F[_], A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object BlockServiceFs2Grpc extends GeneratedCompanion[[F[_], A] =>> BlockServiceFs2Grpc[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> BlockServiceFs2Grpc[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object BlockServiceFs2GrpcTrailers extends GeneratedCompanion[[F[_], A] =>> BlockServiceFs2GrpcTrailers[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> BlockServiceFs2GrpcTrailers[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class BlockStats(empty: Long, nonEmpty: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BlockStats]

Value parameters

empty

Sum of empty Blocks, total blocks without transactions in them

nonEmpty

Sum of nonEmpty, total blocks with transactions in them

Attributes

Companion
object
Supertypes
trait Updatable[BlockStats]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BlockStats extends GeneratedMessageCompanion[BlockStats]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BlockStats]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
BlockStats.type
final case class BlockStatsReq(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BlockStatsReq]

Request type for NetworkMetricsService:getBlockStats

Request type for NetworkMetricsService:getBlockStats

Attributes

Companion
object
Supertypes
trait Updatable[BlockStatsReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BlockStatsReq extends GeneratedMessageCompanion[BlockStatsReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BlockStatsReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object BlockStatsReqValidator extends Validator[BlockStatsReq]

Attributes

Supertypes
trait Validator[BlockStatsReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class BlockStatsRes(blockStats: BlockStats, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BlockStatsRes]

Response type for NetworkMetricsService:getBlockStats

Response type for NetworkMetricsService:getBlockStats

Attributes

Companion
object
Supertypes
trait Updatable[BlockStatsRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BlockStatsRes extends GeneratedMessageCompanion[BlockStatsRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BlockStatsRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object BlockStatsResValidator extends Validator[BlockStatsRes]

Attributes

Supertypes
trait Validator[BlockStatsRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
object BlockStatsValidator extends Validator[BlockStats]

Attributes

Supertypes
trait Validator[BlockStats]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class BlockchainSizeStats(blockHeaderBytes: Long, transactionBytes: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BlockchainSizeStats]

Value parameters

blockHeaderBytes

Sum of BlockHeader immutable bytes

transactionBytes

Sum of Transaction immutable bytes

Attributes

Companion
object
Supertypes
trait Updatable[BlockchainSizeStats]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BlockchainSizeStats extends GeneratedMessageCompanion[BlockchainSizeStats]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BlockchainSizeStats]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class BlockchainSizeStatsReq(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BlockchainSizeStatsReq]

Request type for NetworkMetricsService:getBlockchainSizeStats

Request type for NetworkMetricsService:getBlockchainSizeStats

Attributes

Companion
object
Supertypes
trait Updatable[BlockchainSizeStatsReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BlockchainSizeStatsReq extends GeneratedMessageCompanion[BlockchainSizeStatsReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BlockchainSizeStatsReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[BlockchainSizeStatsReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class BlockchainSizeStatsRes(blockchainSize: BlockchainSizeStats, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BlockchainSizeStatsRes]

Response type for NetworkMetricsService:getBlockchainSizeStats

Response type for NetworkMetricsService:getBlockchainSizeStats

Attributes

Companion
object
Supertypes
trait Updatable[BlockchainSizeStatsRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BlockchainSizeStatsRes extends GeneratedMessageCompanion[BlockchainSizeStatsRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BlockchainSizeStatsRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[BlockchainSizeStatsRes]
trait Serializable
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait Validator[BlockchainSizeStats]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ChainDistance(value: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ChainDistance]

The distance between blocks

The distance between blocks

Attributes

Companion
object
Supertypes
trait Updatable[ChainDistance]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ChainDistance extends GeneratedMessageCompanion[ChainDistance]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ChainDistance]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object ChainDistanceValidator extends Validator[ChainDistance]

Attributes

Supertypes
trait Validator[ChainDistance]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ConfidenceFactor(value: Double, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ConfidenceFactor]

1 - the probability that something will be subject to a reorg. Defaults to 0.9999999

1 - the probability that something will be subject to a reorg. Defaults to 0.9999999

Attributes

Companion
object
Supertypes
trait Updatable[ConfidenceFactor]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ConfidenceFactor extends GeneratedMessageCompanion[ConfidenceFactor]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ConfidenceFactor]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object ConfidenceFactorValidator extends Validator[ConfidenceFactor]

Attributes

Supertypes
trait Validator[ConfidenceFactor]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class CreateOnChainTransactionIndexRequest(indexSpec: IndexSpec, populate: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CreateOnChainTransactionIndexRequest]

A request to create an index of transactions based on their on-chain data

A request to create an index of transactions based on their on-chain data

Value parameters

populate

If populate is true, then scan the existing transaction in the database to populate the index.

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CreateOnChainTransactionIndexRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class CreateOnChainTransactionIndexResponse(ok: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CreateOnChainTransactionIndexResponse]

Response from CreateOnChainTransactionIndex request

Response from CreateOnChainTransactionIndex request

Value parameters

ok

True if index was created.

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CreateOnChainTransactionIndexResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class CsvIndexSpec(fieldIndex: Int, sortOrder: SortOrder, isNumeric: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CsvIndexSpec]

a sequence of csv field references to identify the values in data to be indexed

a sequence of csv field references to identify the values in data to be indexed

Value parameters

fieldIndex

Origin 1 field index

isNumeric

If this is true, the field is sorted numerically; otherwise lexically.

Attributes

Companion
object
Supertypes
trait Updatable[CsvIndexSpec]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CsvIndexSpec extends GeneratedMessageCompanion[CsvIndexSpec]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CsvIndexSpec]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object CsvIndexSpecValidator extends Validator[CsvIndexSpec]

Attributes

Supertypes
trait Validator[CsvIndexSpec]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class CsvIndexSpecs(specs: Seq[CsvIndexSpec], separatorChar: Int, quoteChar: Option[Int], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CsvIndexSpecs]

a sequence of csv field references to identify the values in data to be indexed

a sequence of csv field references to identify the values in data to be indexed

Value parameters

quoteChar

If this is present, the specified character appears at the beginning and end of each field.

separatorChar

The character code that is used to separate fields.

Attributes

Companion
object
Supertypes
trait Updatable[CsvIndexSpecs]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CsvIndexSpecs extends GeneratedMessageCompanion[CsvIndexSpecs]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CsvIndexSpecs]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object CsvIndexSpecsValidator extends Validator[CsvIndexSpecs]

Attributes

Supertypes
trait Validator[CsvIndexSpecs]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class DropIndexRequest(indexName: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[DropIndexRequest]

Specify the name of an index to be dropped

Specify the name of an index to be dropped

Attributes

Companion
object
Supertypes
trait Updatable[DropIndexRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DropIndexRequest extends GeneratedMessageCompanion[DropIndexRequest]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DropIndexRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object DropIndexRequestValidator extends Validator[DropIndexRequest]

Attributes

Supertypes
trait Validator[DropIndexRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class DropIndexResponse(dropped: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[DropIndexResponse]

Return true if the requested index was dropped or false if it was not (Most likely because it did not exist).

Return true if the requested index was dropped or false if it was not (Most likely because it did not exist).

Attributes

Companion
object
Supertypes
trait Updatable[DropIndexResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DropIndexResponse extends GeneratedMessageCompanion[DropIndexResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DropIndexResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object DropIndexResponseValidator extends Validator[DropIndexResponse]

Attributes

Supertypes
trait Validator[DropIndexResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetBlockByDepthRequest(depth: ChainDistance, confidenceFactor: Option[ConfidenceFactor], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GetBlockByDepthRequest]

Attributes

Companion
object
Supertypes
trait Updatable[GetBlockByDepthRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GetBlockByDepthRequest extends GeneratedMessageCompanion[GetBlockByDepthRequest]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetBlockByDepthRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[GetBlockByDepthRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetBlockByHeightRequest(height: ChainDistance, confidenceFactor: Option[ConfidenceFactor], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GetBlockByHeightRequest]

Attributes

Companion
object
Supertypes
trait Updatable[GetBlockByHeightRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GetBlockByHeightRequest extends GeneratedMessageCompanion[GetBlockByHeightRequest]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetBlockByHeightRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[GetBlockByHeightRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetBlockByIdRequest(blockId: BlockId, confidenceFactor: Option[ConfidenceFactor], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GetBlockByIdRequest]

Attributes

Companion
object
Supertypes
trait Updatable[GetBlockByIdRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GetBlockByIdRequest extends GeneratedMessageCompanion[GetBlockByIdRequest]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetBlockByIdRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[GetBlockByIdRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetExistingTransactionIndexesRequest(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GetExistingTransactionIndexesRequest]

The message that is sent when requesting information about the existing indexer indexes

The message that is sent when requesting information about the existing indexer indexes

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetExistingTransactionIndexesRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetExistingTransactionIndexesResponse(indexSpecs: IndexSpecs, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GetExistingTransactionIndexesResponse]

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetExistingTransactionIndexesResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetIndexedTransactionsRequest(indexName: String, value: Seq[IndexMatchValue], maxResults: Int, skipResults: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GetIndexedTransactionsRequest]

Request the use of a named index to find transactions containing data that matches specified values.

Request the use of a named index to find transactions containing data that matches specified values.

Value parameters

indexName

The name of the index to search

maxResults

The maximum number of transactions to be returned

skipResults

A number of transactions to be skipped. This is useful for paging results.

value

The index value(s) to search for.

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GetIndexedTransactionsRequest extends GeneratedMessageCompanion[GetIndexedTransactionsRequest]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetIndexedTransactionsRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetTransactionByIdRequest(transactionId: TransactionId, confidenceFactor: Option[ConfidenceFactor], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GetTransactionByIdRequest]

Used to request a transaction by specifying its ID.

Used to request a transaction by specifying its ID.

Value parameters

confidenceFactor

The default value for confidenceFactor is 0.9999999 (7 nines)

Attributes

Companion
object
Supertypes
trait Updatable[GetTransactionByIdRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GetTransactionByIdRequest extends GeneratedMessageCompanion[GetTransactionByIdRequest]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetTransactionByIdRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[GetTransactionByIdRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetTxoStatsReq(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GetTxoStatsReq]

Request type for NetworkMetricsService:getTxoStats

Request type for NetworkMetricsService:getTxoStats

Attributes

Companion
object
Supertypes
trait Updatable[GetTxoStatsReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GetTxoStatsReq extends GeneratedMessageCompanion[GetTxoStatsReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetTxoStatsReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object GetTxoStatsReqValidator extends Validator[GetTxoStatsReq]

Attributes

Supertypes
trait Validator[GetTxoStatsReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetTxoStatsRes(txos: TxoStats, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GetTxoStatsRes]

Response type for NetworkMetricsService:getTxoStats

Response type for NetworkMetricsService:getTxoStats

Attributes

Companion
object
Supertypes
trait Updatable[GetTxoStatsRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GetTxoStatsRes extends GeneratedMessageCompanion[GetTxoStatsRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetTxoStatsRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object GetTxoStatsResValidator extends Validator[GetTxoStatsRes]

Attributes

Supertypes
trait Validator[GetTxoStatsRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GroupPolicyResponse(groupPolicy: Option[GroupPolicy], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GroupPolicyResponse]

Attributes

Companion
object
Supertypes
trait Updatable[GroupPolicyResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GroupPolicyResponse extends GeneratedMessageCompanion[GroupPolicyResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GroupPolicyResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[GroupPolicyResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class HeightData(height: Long, blockData: Option[BlockData], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[HeightData]

Data structure that encapsulates relation between a possible block data and its height.

Data structure that encapsulates relation between a possible block data and its height.

Attributes

Companion
object
Supertypes
trait Updatable[HeightData]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object HeightData extends GeneratedMessageCompanion[HeightData]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[HeightData]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
HeightData.type
object HeightDataValidator extends Validator[HeightData]

Attributes

Supertypes
trait Validator[HeightData]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class IndexDef(xdev: Xdev, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[IndexDef]

Attributes

Companion
object
Supertypes
trait Updatable[IndexDef]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object IndexDef extends GeneratedMessageCompanion[IndexDef]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[IndexDef]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
IndexDef.type
object IndexDefValidator extends Validator[IndexDef]

Attributes

Supertypes
trait Validator[IndexDef]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class IndexFieldSpec(spec: Spec, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[IndexFieldSpec]

A specification to identify the field(s) in data to be indexed

A specification to identify the field(s) in data to be indexed

Attributes

Companion
object
Supertypes
trait Updatable[IndexFieldSpec]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object IndexFieldSpec extends GeneratedMessageCompanion[IndexFieldSpec]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[IndexFieldSpec]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object IndexFieldSpecValidator extends Validator[IndexFieldSpec]

Attributes

Supertypes
trait Validator[IndexFieldSpec]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class IndexFilter(filter: Filter, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[IndexFilter]

How records should be filtered to determine which ones to include in an index.

How records should be filtered to determine which ones to include in an index.

Attributes

Companion
object
Supertypes
trait Updatable[IndexFilter]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object IndexFilter extends GeneratedMessageCompanion[IndexFilter]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[IndexFilter]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object IndexFilterValidator extends Validator[IndexFilter]

Attributes

Supertypes
trait Validator[IndexFilter]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class IndexMatchValue(value: Value, fieldName: Option[String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[IndexMatchValue]

A value that may match a field in an index.

A value that may match a field in an index.

Attributes

Companion
object
Supertypes
trait Updatable[IndexMatchValue]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object IndexMatchValue extends GeneratedMessageCompanion[IndexMatchValue]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[IndexMatchValue]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object IndexMatchValueValidator extends Validator[IndexMatchValue]

Attributes

Supertypes
trait Validator[IndexMatchValue]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class IndexSpec(indexName: String, indexFieldSpec: IndexFieldSpec, indexFilter: Option[IndexFilter], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[IndexSpec]

A request to create an index of transaction based on their on-chain metadata

A request to create an index of transaction based on their on-chain metadata

Value parameters

indexFieldSpec

A description of the fields to be indexed

indexFilter

Filter to determine which transactions are included in the index. Only records that match the filter will be included in the index.

indexName

The name of the index

Attributes

Companion
object
Supertypes
trait Updatable[IndexSpec]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object IndexSpec extends GeneratedMessageCompanion[IndexSpec]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[IndexSpec]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
IndexSpec.type
object IndexSpecValidator extends Validator[IndexSpec]

Attributes

Supertypes
trait Validator[IndexSpec]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class IndexSpecs(indexSpec: Seq[IndexSpec], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[IndexSpecs]

Definitions of existing database indexes.

Definitions of existing database indexes.

Attributes

Companion
object
Supertypes
trait Updatable[IndexSpecs]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object IndexSpecs extends GeneratedMessageCompanion[IndexSpecs]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[IndexSpecs]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
IndexSpecs.type
object IndexSpecsValidator extends Validator[IndexSpecs]

Attributes

Supertypes
trait Validator[IndexSpecs]
trait Serializable
class Object
trait Matchable
class Any
Self type
object IndexerModelsProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
object IndexerRpcProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
final case class JsonIndexSpec(jsonPath: String, sortOrder: SortOrder, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[JsonIndexSpec]

A JSONPath string to identify a value in data to be indexed (https://datatracker.ietf.org/doc/id/draft-goessner-dispatch-jsonpath-00.html)

A JSONPath string to identify a value in data to be indexed (https://datatracker.ietf.org/doc/id/draft-goessner-dispatch-jsonpath-00.html)

Attributes

Companion
object
Supertypes
trait Updatable[JsonIndexSpec]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JsonIndexSpec extends GeneratedMessageCompanion[JsonIndexSpec]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[JsonIndexSpec]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object JsonIndexSpecValidator extends Validator[JsonIndexSpec]

Attributes

Supertypes
trait Validator[JsonIndexSpec]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class JsonIndexSpecs(specs: Seq[JsonIndexSpec], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[JsonIndexSpecs]

A sequence of JSONPath strings to identify the values in data to be indexed (https://datatracker.ietf.org/doc/id/draft-goessner-dispatch-jsonpath-00.html)

A sequence of JSONPath strings to identify the values in data to be indexed (https://datatracker.ietf.org/doc/id/draft-goessner-dispatch-jsonpath-00.html)

Attributes

Companion
object
Supertypes
trait Updatable[JsonIndexSpecs]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JsonIndexSpecs extends GeneratedMessageCompanion[JsonIndexSpecs]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[JsonIndexSpecs]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object JsonIndexSpecsValidator extends Validator[JsonIndexSpecs]

Attributes

Supertypes
trait Validator[JsonIndexSpecs]
trait Serializable
class Object
trait Matchable
class Any
Self type
sealed abstract class LabelType(val value: Int) extends GeneratedEnum

Types of assets that can be identified by an AssetLabel

Types of assets that can be identified by an AssetLabel

Attributes

Companion
object
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object EMPTY
object LVL
trait Recognized
object TAM2
object TOPL
object V1
class Unrecognized
Show all
object LabelType extends GeneratedEnumCompanion[LabelType]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[LabelType]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
LabelType.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object NetworkMetricsServiceFs2Grpc extends GeneratedCompanion[[F[_], A] =>> NetworkMetricsServiceFs2Grpc[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> NetworkMetricsServiceFs2Grpc[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object NetworkMetricsServiceFs2GrpcTrailers extends GeneratedCompanion[[F[_], A] =>> NetworkMetricsServiceFs2GrpcTrailers[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> NetworkMetricsServiceFs2GrpcTrailers[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class QueryByAssetLabelRequest(assetLabel: AssetLabel, confidenceFactor: Option[ConfidenceFactor], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[QueryByAssetLabelRequest]

Used to request TxOs by their asset type

Used to request TxOs by their asset type

Value parameters

confidenceFactor

The default value for confidenceFactor is 0.9999999 (7 nines)

Attributes

Companion
object
Supertypes
trait Updatable[QueryByAssetLabelRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object QueryByAssetLabelRequest extends GeneratedMessageCompanion[QueryByAssetLabelRequest]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[QueryByAssetLabelRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[QueryByAssetLabelRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class QueryByGroupIdRequest(groupId: GroupId, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[QueryByGroupIdRequest]

Used to request a group policy associated by groupId

Used to request a group policy associated by groupId

Value parameters

groupId

GroupId of interest

Attributes

Companion
object
Supertypes
trait Updatable[QueryByGroupIdRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object QueryByGroupIdRequest extends GeneratedMessageCompanion[QueryByGroupIdRequest]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[QueryByGroupIdRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[QueryByGroupIdRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class QueryByLockAddressRequest(address: LockAddress, confidenceFactor: Option[ConfidenceFactor], state: TxoState, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[QueryByLockAddressRequest]

Used to request TxOs by their associated lock address

Used to request TxOs by their associated lock address

Value parameters

address

Address of interest

confidenceFactor

The default value for confidenceFactor is 0.9999999 (7 nines)

state

Filter by status

Attributes

Companion
object
Supertypes
trait Updatable[QueryByLockAddressRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object QueryByLockAddressRequest extends GeneratedMessageCompanion[QueryByLockAddressRequest]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[QueryByLockAddressRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[QueryByLockAddressRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class QueryBySeriesIdRequest(seriesId: SeriesId, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[QueryBySeriesIdRequest]

Used to request a series policy associated by seriesId

Used to request a series policy associated by seriesId

Value parameters

seriesId

GroupId of interest

Attributes

Companion
object
Supertypes
trait Updatable[QueryBySeriesIdRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object QueryBySeriesIdRequest extends GeneratedMessageCompanion[QueryBySeriesIdRequest]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[QueryBySeriesIdRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[QueryBySeriesIdRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class SeriesPolicyResponse(seriesPolicy: Option[SeriesPolicy], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SeriesPolicyResponse]

Attributes

Companion
object
Supertypes
trait Updatable[SeriesPolicyResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SeriesPolicyResponse extends GeneratedMessageCompanion[SeriesPolicyResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SeriesPolicyResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[SeriesPolicyResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
sealed abstract class SortOrder(val value: Int) extends GeneratedEnum

Specify the order of data for indexes.

Specify the order of data for indexes.

Attributes

Companion
object
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ASCENDING
object DESCENDING
trait Recognized
object UNSORTED
class Unrecognized
object SortOrder extends GeneratedEnumCompanion[SortOrder]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[SortOrder]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
SortOrder.type
trait TokenServiceFs2Grpc[F[_], A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object TokenServiceFs2Grpc extends GeneratedCompanion[[F[_], A] =>> TokenServiceFs2Grpc[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> TokenServiceFs2Grpc[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object TokenServiceFs2GrpcTrailers extends GeneratedCompanion[[F[_], A] =>> TokenServiceFs2GrpcTrailers[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> TokenServiceFs2GrpcTrailers[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class TransactionReceipt(transaction: IoTransaction, confidenceFactor: ConfidenceFactor, blockId: BlockId, depth: ChainDistance, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[TransactionReceipt]

Attributes

Companion
object
Supertypes
trait Updatable[TransactionReceipt]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TransactionReceipt extends GeneratedMessageCompanion[TransactionReceipt]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[TransactionReceipt]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[TransactionReceipt]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class TransactionResponse(transactionReceipt: TransactionReceipt, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[TransactionResponse]

Attributes

Companion
object
Supertypes
trait Updatable[TransactionResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TransactionResponse extends GeneratedMessageCompanion[TransactionResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[TransactionResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[TransactionResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
trait TransactionServiceFs2Grpc[F[_], A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object TransactionServiceFs2Grpc extends GeneratedCompanion[[F[_], A] =>> TransactionServiceFs2Grpc[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> TransactionServiceFs2Grpc[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object TransactionServiceFs2GrpcTrailers extends GeneratedCompanion[[F[_], A] =>> TransactionServiceFs2GrpcTrailers[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> TransactionServiceFs2GrpcTrailers[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class Txo(transactionOutput: UnspentTransactionOutput, state: TxoState, outputAddress: TransactionOutputAddress, spender: Option[Spender], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Txo]

A Txo and its status

A Txo and its status

Value parameters

spender

When 'state' is "SPENT", this field points to the transaction (input) that spent it. Otherwise, this field is empty.

Attributes

Companion
object
Supertypes
trait Updatable[Txo]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Txo extends GeneratedMessageCompanion[Txo]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Txo]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Txo.type
final case class TxoLockAddressResponse(txos: Seq[Txo], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[TxoLockAddressResponse]

Attributes

Companion
object
Supertypes
trait Updatable[TxoLockAddressResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TxoLockAddressResponse extends GeneratedMessageCompanion[TxoLockAddressResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[TxoLockAddressResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[TxoLockAddressResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class TxoResponse(txo: Txo, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[TxoResponse]

Attributes

Companion
object
Supertypes
trait Updatable[TxoResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TxoResponse extends GeneratedMessageCompanion[TxoResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[TxoResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object TxoResponseValidator extends Validator[TxoResponse]

Attributes

Supertypes
trait Validator[TxoResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
sealed abstract class TxoState(val value: Int) extends GeneratedEnum

Used to identify the status of a Txo.

Used to identify the status of a Txo.

Attributes

Companion
object
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object PENDING
trait Recognized
object SPENT
object UNSPENT
class Unrecognized
object TxoState extends GeneratedEnumCompanion[TxoState]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[TxoState]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
TxoState.type
final case class TxoStats(spent: Long, unspent: Long, pending: Long, total: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[TxoStats]

Attributes

Companion
object
Supertypes
trait Updatable[TxoStats]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TxoStats extends GeneratedMessageCompanion[TxoStats]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[TxoStats]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
TxoStats.type
object TxoStatsValidator extends Validator[TxoStats]

Attributes

Supertypes
trait Validator[TxoStats]
trait Serializable
class Object
trait Matchable
class Any
Self type
object TxoValidator extends Validator[Txo]

Attributes

Supertypes
trait Validator[Txo]
trait Serializable
class Object
trait Matchable
class Any
Self type