PrismNodeImpl

fmgp.prism.PrismNodeImpl
See thePrismNodeImpl companion object
case class PrismNodeImpl(refState: Ref[PrismState], walletConfig: CardanoWalletConfig) extends NodeService

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NodeService
trait GeneratedService
class Object
trait Matchable
class Any
Show all

Members list

Type members

Classlikes

case class OperationInfo(txStatus: String, statusDetails: String, transactionId: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type Generic[-C, +E] = GNodeService[C, E]

Attributes

Inherited from:
NodeService

Value members

Inherited methods

override def asGeneric: GNodeService[Any, StatusException]

Attributes

Definition Classes
NodeService -> GeneratedService
Inherited from:
NodeService

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def transform[C, E](z: GTransform[Any, StatusException, C, E]): GNodeService[C, E]

Attributes

Inherited from:
NodeService
def transform(z: Transform): GNodeService[Any, StatusException]

Attributes

Inherited from:
NodeService