cardano-devnet.cardano-cli
The cardano-cli package to use.
Type: package
Default:
pkgs.cardano-cli
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix
cardano-devnet.cardano-node
The cardano-node package to use.
Type: package
Default:
pkgs.cardano-node
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix
cardano-devnet.dataDir
The directory where all data for cardano-devnet.<name>
is stored
Type: string
Default:
"./data/cardano-devnet"
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix
cardano-devnet.epochLength
Length of an epoch in slots
Type: unsigned integer, meaning >=0
Default:
5
Example:
100
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix
cardano-devnet.initialFunds
Wallet public key - lovelace pair, determining the initial funds. Use initialFundsKeyType
define the key type you’re using.
Type: attribute set of (unsigned integer, meaning >=0)
Example:
{
"9783be7d3c54f11377966dfabc9284cd6c32fca1cd42ef0a4f1cc45b" = 900000000000;
}
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/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"
Example:
"bech32-binary"
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix
cardano-devnet.maxBlockExUnits
Maximum execution budget for a block
Type: attribute set of (unsigned integer, meaning >=0)
Default:
{
exUnitsMem = 62000000;
exUnitsSteps = 40000000000;
}
Example:
{
exUnitsMem = 62000000;
exUnitsSteps = 40000000000;
}
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix
cardano-devnet.maxTxExUnits
Maximum execution budget for a transaction
Type: attribute set of (unsigned integer, meaning >=0)
Default:
{
exUnitsMem = 14000000;
exUnitsSteps = 10000000000;
}
Example:
{
exUnitsMem = 14000000;
exUnitsSteps = 10000000000;
}
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix
cardano-devnet.maxTxSize
Transaction size in bytes
Type: unsigned integer, meaning >=0
Default:
16384
Example:
20000
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix
cardano-devnet.networkId
Network discriminant which can be Mainnet or Testnet
Type: string
Default:
"Testnet"
Example:
"Mainnet"
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix
cardano-devnet.networkMagic
Cardano network magic id (also known as testnet magic).
Type: unsigned integer, meaning >=0
Default:
42
Example:
2
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix
cardano-devnet.protocolVersion
Protocol major and minor version
Type: attribute set of (unsigned integer, meaning >=0)
Default:
{
major = 10;
minor = 0;
}
Example:
{
major = 6;
minor = 0;
}
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix
cardano-devnet.slotLength
Slot duration in seconds
Type: floating point number
Default:
0.1
Example:
1
Declared by: - /nix/store/0xmlxz9pmx2874y44cz89ydc92pdvd8s-source/options.nix