Miner

interface Miner {
    miner: `ak_${string}`;
    totalReward: bigint;
}

Properties

Properties

miner: `ak_${string}`

The miner (beneficiary) address

totalReward: bigint

The accumulated reward on the miner (beneficiary) address