Function zebra_rpc::methods::get_block_template_rpcs::get_block_template::standard_coinbase_outputs
source ยท pub fn standard_coinbase_outputs(
network: &Network,
height: Height,
miner_address: &Address,
miner_fee: Amount<NonNegative>,
like_zcashd: bool,
) -> Vec<(Amount<NonNegative>, Script)>
Expand description
Returns the standard funding stream and miner reward transparent output scripts
for network
, height
and miner_fee
.
Only works for post-Canopy heights.
If like_zcashd
is true, try to match the coinbase transactions generated by zcashd
in the getblocktemplate
RPC.