fmgp.did.method.prism.cli
package fmgp.did.method.prism.cli
Members list
Type members
Classlikes
object BlockfrostCommand
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BlockfrostCommand.type
sealed trait CMD extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
trait BlockfrostCMDclass BlockfrostAddressclass BlockfrostSubmitEventsclass BlockfrostTokentrait CommCMDclass CommLoginclass ConfigCMDtrait DIDCMDclass DIDCreateclass DIDDeactivateclass DIDResolveclass DIDResolveFromFSclass DIDUpdateclass Indexerclass Mnemonic2Keytrait MnemonicCMDclass MnemonicAddressclass MnemonicCreateclass MnemonicSeedtrait ServicesCMDclass SubmitDIDtrait VDRCMDclass VDRCreateBytesclass VDRCreateIPFSclass VDRDeactivateEntryclass VDRFetchEntryclass VDRProofEntryclass VDRUpdateBytesclass VDRUpdateIPFSclass VersionShow all
object CMD
object CliCompletio extends ZIOAppDefault
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
- Self type
-
CliCompletio.type
object CliHelp extends ZIOAppDefault
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
- Self type
-
CliHelp.type
object CliIndexerRun extends ZIOAppDefault
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
- Self type
-
CliIndexerRun.type
object CliResolveHelp extends ZIOAppDefault
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
- Self type
-
CliResolveHelp.type
object CliVersion extends ZIOAppDefault
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
- Self type
-
CliVersion.type
object CliWizard extends ZIOAppDefault
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
- Self type
-
CliWizard.type
object CommCommand
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CommCommand.type
object ConfigCommand
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConfigCommand.type
object DIDCommand
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DIDCommand.type
object IndexerCommand
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
IndexerCommand.type
object Key
object KeyCommand
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
KeyCommand.type
object MnemonicCommand
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MnemonicCommand.type
object PrismCli extends ZIOCliDefault
cardano-prism CLI
cardano-prism CLI
sbt "didResolverPrismJVM/assembly"
java -jar did-method-prism/jvm/target/scala-3.3.6/cardano-prism.jar indexer ../prism-vdr/preprod
shasum -a 256 did-method-prism/jvm/target/scala-3.3.6/cardano-prism.jar
didResolverPrismJVM/runMain fmgp.did.method.prism.cli.PrismCli
Attributes
- Supertypes
-
trait ZIOCliDefaulttrait ZIOAppDefaulttrait ZIOClitrait ZIOAppclass Objecttrait Matchableclass AnyShow all
- Self type
-
PrismCli.type
case class PrismCliError(fail: String) extends Exception
object PrismSubmitterServer
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PrismSubmitterServer.type
object ServicesCommand
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ServicesCommand.type
case class Setup(stagingPath: Path, updateStateFile: Boolean, staging: Either[String, StagingState])
object Setup
case class StagingState(loadStateFileByDefault: Boolean, updateStateFileByDefault: Boolean, ssiWallet: Option[CardanoWalletConfig], cardanoWallet: Option[CardanoWalletConfig], seed: Option[Array[Byte]], secp256k1PrivateKey: Map[String, Key], blockfrostMainnet: Option[BlockfrostConfig], blockfrostTestnet: Option[BlockfrostConfig], blockfrostPreprod: Option[BlockfrostConfig], blockfrostPreview: Option[BlockfrostConfig], test: String)
object StagingState
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StagingState.type
object VDRCommand
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
VDRCommand.type
enum WalletType
Value members
Concrete methods
Concrete fields
In this article