Coda by Ian Macalinao
    Preparing search index...
    interface Miner {
        authority: Address;
        balance: bigint;
        bump: number;
        discriminator: ReadonlyUint8Array;
        index: bigint;
        quarry: Address;
        rewardsEarned: bigint;
        rewardsPerTokenPaid: bigint;
        tokenVaultKey: Address;
    }
    Index

    Properties

    authority: Address
    balance: bigint
    bump: number
    discriminator: ReadonlyUint8Array
    index: bigint
    quarry: Address
    rewardsEarned: bigint
    rewardsPerTokenPaid: bigint
    tokenVaultKey: Address