Represents a reward balance with both native and formatted values

interface RewardBalance {
    formatted: string;
    native: bigint;
}

Properties

Properties

formatted: string

Human-readable string format with proper decimals

native: bigint

Raw bigint value