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

    Properties

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