cardano-devnet.cardano-cli
The cardano-cli package to use.
Type: package
Default:
pkgs.cardano-cli
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.cardano-node
The cardano-node package to use.
Type: package
Default:
pkgs.cardano-node
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.epochLength
Length of an epoch in slots
Type: unsigned integer, meaning >=0
Default:
5
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.initialFunds
Wallet public key - lovelace pair, determining the initial funds. Use initialFundsKeyType define the key type you’re using and maxLovelaceSupply to increase the distributeable amount if needed.
Type: attribute set of (unsigned integer, meaning >=0)
Example:
{
"9783be7d3c54f11377966dfabc9284cd6c32fca1cd42ef0a4f1cc45b" = 900000000000;
}
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.initialFundsKeyType
Flag to define the keys used in initialFunds option (bech32-binary | verification-key-file | verification-key-hash)
Type: string
Default:
"verification-key-hash"
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.maxBlockExUnits
Maximum execution budget for a block
Type: attribute set of (unsigned integer, meaning >=0)
Default:
{
exUnitsMem = 62000000;
exUnitsSteps = 40000000000;
}
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.maxLovelaceSupply
Maximum lovelace amount that can ever exist on the network.
Type: unsigned integer, meaning >=0
Default:
45000000000000000
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.maxTxExUnits
Maximum execution budget for a transaction
Type: attribute set of (unsigned integer, meaning >=0)
Default:
{
exUnitsMem = 14000000;
exUnitsSteps = 10000000000;
}
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.maxTxSize
Transaction size in bytes
Type: unsigned integer, meaning >=0
Default:
16384
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.networkId
Network discriminant which can be Mainnet or Testnet
Type: string
Default:
"Testnet"
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.networkMagic
Cardano network magic id (also known as testnet magic).
Type: unsigned integer, meaning >=0
Default:
42
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.nodeSocket
Filepath to local unix domain socket.
Type: string
Default:
${config.dataDir}/node.socket
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.protocolVersion
Protocol major and minor version
Type: attribute set of (unsigned integer, meaning >=0)
Default:
{
major = 10;
minor = 0;
}
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.slotLength
Slot duration in seconds
Type: floating point number
Default:
0.1
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix
cardano-devnet.walletDir
Directory where verification keys are located.
Type: null or absolute path
Default:
null
Declared by: - /nix/store/dya29fp77h7xzvn6ggxpgkxdiaw6pihy-source/modules/cardano-devnet/options.nix