CardanoService

fmgp.did.method.prism.CardanoService

Attributes

Deprecated
use ScalusService object instead
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Deprecated classlikes

object internal

Attributes

Deprecated
use ScalusService object instead
Supertypes
class Object
trait Matchable
class Any
Self type
internal.type

Value members

Deprecated methods

Attributes

Deprecated
use ScalusService object instead
def makeAccount(bfConfig: BlockfrostConfig, wallet: CardanoWalletConfig): Account

Attributes

Deprecated
use ScalusService object instead
def makeAccount(network: PublicCardanoNetwork, wallet: CardanoWalletConfig): Account

Attributes

Deprecated
use ScalusService object instead
def makeMetadataCIP20(msgCIP20: String): Metadata

Attributes

Deprecated
use ScalusService object instead
def makeMetadataPrism(prismObject: PrismObject): Metadata

Attributes

Deprecated
use ScalusService object instead
def makeMetadataPrismWithCIP20(prismObject: PrismObject, msgCIP20: String = ...): Metadata

Attributes

Deprecated
use ScalusService object instead
def makeTrasation(bfConfig: BlockfrostConfig, wallet: CardanoWalletConfig, prismEvents: Seq[SignedPrismEvent], maybeMsgCIP20: Option[String]): Transaction

Attributes

Deprecated
use ScalusService object instead
def makeTxBuilder(bfConfig: BlockfrostConfig, wallet: CardanoWalletConfig, metadata: Metadata): TxBuilder

Attributes

Deprecated
use ScalusService object instead
def makeTxBuilder(bfConfig: BlockfrostConfig, wallet: CardanoWalletConfig, prismObject: PrismObject, maybeMsgCIP20: Option[String]): TxBuilder

Attributes

Deprecated
use ScalusService object instead
def makeTxBuilder(bfConfig: BlockfrostConfig, wallet: CardanoWalletConfig, prismEvents: Seq[SignedPrismEvent], maybeMsgCIP20: Option[String]): TxBuilder

Attributes

Deprecated
use ScalusService object instead
def submitTransaction(tx: Transaction): ZIO[BlockfrostConfig, Throwable, TxHash]

Attributes

Deprecated
use ScalusService object instead