macro_rules! consensus_config_value {
($network:ident, $constant:ident, $seek_height:expr) => { ... };
}
Expand description
Returns the consensus configuration value for the specified height.
Arguments:
$network
: The network to use the constant of.$constant
: The constant to search a value of.$seek_height
: The block height to search the value for.