Packages

p

co.topl.brambl

dataApi

package dataApi

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BifrostQueryAlgebra[F[_]] extends AnyRef

    Defines a Bifrost Query API for interacting with a Bifrost node.

  2. trait BifrostQueryInterpreter extends AnyRef

    Defines an interpreter for Bifrost Query API.

  3. trait FellowshipStorageAlgebra[F[_]] extends AnyRef

    Defines a fellowship storage API.

  4. trait GenusQueryAlgebra[F[_]] extends AnyRef

    Defines a Genus Query API for interacting with a Genus node.

  5. trait RpcChannelResource extends AnyRef

    A resource that provides a connection to an GRPC server.

  6. trait TemplateStorageAlgebra[F[_]] extends AnyRef

    Defines a contract storage API.

  7. case class WalletFellowship(xIdx: Int, name: String) extends Product with Serializable

    xIdx

    The X coordinate associated with the entity

    name

    The name of the entity

  8. trait WalletKeyApiAlgebra[F[_]] extends AnyRef

    Defines a storage API for fetching and storing Topl Main Key Vault Store.

  9. trait WalletStateAlgebra[F[_]] extends AnyRef

    Defines a data API for storing and retrieving wallet interaction.

  10. case class WalletTemplate(yIdx: Int, name: String, lockTemplate: String) extends Product with Serializable

    yIdx

    The Y coordinate associated with the contract

    name

    The name of the contract

    lockTemplate

    The lock template associated with the contract

Value Members

  1. object BifrostQueryAlgebra extends BifrostQueryInterpreter
  2. object GenusQueryAlgebra
  3. object RpcChannelResource extends RpcChannelResource

    A resource that provides a connection to an GRPC server.

  4. object WalletKeyApiAlgebra

Ungrouped