aries / net.globalid.aries.agents.options / AgentOptions

AgentOptions

data class AgentOptions

Agent configuration properties used to represent agent

Constructors

<init>

Agent configuration properties used to represent agent

AgentOptions(agentOwner: AgentOwner, walletOptions: WalletOptions, poolOptions: PoolOptions, revocationRegistryDirectory: String, backupDirectory: String)

Properties

agentOwner

represents the agent owner: name and image URI

val agentOwner: AgentOwner

backupDirectory

is the path to default backup directory

val backupDirectory: String

poolOptions

are options for opening the agent's pool

val poolOptions: PoolOptions

revocationRegistryDirectory

is the path to revocation registry directory

val revocationRegistryDirectory: String

walletOptions

are options for opening/creating the agent's wallet

val walletOptions: WalletOptions