ScalusService

fmgp.did.method.prism.ScalusService
object ScalusService

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object internal

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
internal.type

Value members

Concrete methods

def addressesTotalAda(address: Address): ZIO[BlockfrostConfig, Throwable, BigDecimal]
def envProtocolParams(cardanoNetwork: CardanoNetwork): CardanoInfo
def makeMetadataCIP20(msgCIP20: String): (Word64, Metadatum)
def makeMetadataPrism(prismObject: PrismObject): (Word64, Metadatum)

To build the metadata warp woth AuxiliaryData.Metadata(Map(...))

To build the metadata warp woth AuxiliaryData.Metadata(Map(...))

Attributes

def makeTrasation(prismEvents: Seq[SignedPrismEvent], maybeMsgCIP20: Option[String]): ZIO[BlockfrostConfig & CardanoWalletConfig, Throwable, Transaction]
def makeTrasation(prismObject: PrismObject, maybeMsgCIP20: Option[String]): ZIO[BlockfrostConfig & CardanoWalletConfig, Throwable, Transaction]
def submitTransaction(tx: Transaction): ZIO[BlockfrostConfig, Throwable, TxHash]